Код: Выделить всё
Reset
Код: Выделить всё
$("Reset").ready(function(){
$( "#Reset" ).click(function(){});
$.get( "https://wt.ops/reset", function( data ) {
$( ".result" ).html( data );
alert( "Load was performed." );
})});
Подробнее здесь: https://stackoverflow.com/questions/708 ... is-clicked
Мобильная версия