Vote count:
0
I have a trouble with dialog jquery, this is my code :
$(function () {
showModalUserNickName();
});
function showModalUserNickName() {
$("#dialog").dialog({
modal: true,
buttons: {
Ok: function () {
$(this).dialog("close");
alert("it's OK");
}
}
});
}
what wrong with my code, I hope you can help my problem
thank's before
asked 2 mins ago
[ASP .NET]Jquery UI Modal Dialog not working
Aucun commentaire:
Enregistrer un commentaire