Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
$("#clickID").click(function(){
$.ajax({
type: "POST",
url: "wasde.php",
data: ({
blaa: $("#wasde").val(),
blaaa: $("#wasdee").val(),
blaaaa: $("#wasdeee").val()
}),
contentType: "application/x-www-form-urlencoded;charset=windows-1251",
success:function(data) {
$("#result").dialog('open').html(data);
}
});
});