jQuery ajax problems -
I am writing some functionality using jQuery which is usually a page refresh / form submission Handle with
Actually I am submitting a form using jQuery's AJAX.
& lt; Html & gt; & Lt; Top & gt; & Lt; Script type = "text / javascript" src = "js / jquery-1.3.2.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" & gt; $ (Document) .ready (function () {$ ("# show-comment-form"). Click (function (event) {var ret = $ .post ("post.php", $ ("# comment- Form "", "", "", "html"); $ ("# the comment") .HTML ("& lt; strong>" + + "" "); }};});
Comments
Post a Comment