private DispatcherTimer timer = null;
private int x;
private void timerStart () {
timer = new DispatcherTimer(); // если надо, то в скобках указываем приоритет, например DispatcherPriority.Render
timer.Tick += new EventHandler(timerTick);
timer.Interval = new TimeSpan(0, 0, 0, 0, 500);
timer.Start();
}
private void timerTick(object sender, EventArgs e)
{
x++;
}
using Windows.UI; // для Colors
using Windows.UI.Xaml.Media; // для SolidColorBrush
using System.Windows.Media;
story.Margin = new Thickness(0,5,0,5);
story.Foreground = new SolidColorBrush(Colors.LimeGreen);
<span onclick="ytplayer.loadVideoById(\''.$videoId.'\', 0);history.pushState(null, null, \''.$videoId.'\');return false">
<input type="radio" name=",live5" value=",live5" onclick="openbox('box1');" >
<button class="superbutton" data-id="0"></button>
$('.superbutton').on('click', function(e) {
e.preventDefault();
var id = $(this).data('id');
$.post(path/to/action, { id: id }).done(function() {
//код обработчика удачной отправки
});
});
path/to/action
- урл, куда надо отправить id