can I do like as something that:
$('#ReloadButton').click(function() {
$(document).reload();
});But this move don't work:) How can i do this action - "reload page"?
can I do like as something that:
$('#ReloadButton').click(function() {
$(document).reload();
});But this move don't work:) How can i do this action - "reload page"?