{"id":87,"date":"2013-03-20T16:34:43","date_gmt":"2013-03-20T16:34:43","guid":{"rendered":"http:\/\/ecodebook.wordpress.com\/2013\/03\/20\/jquery-post-form-with-out-reload-the-page-using-jquery\/"},"modified":"2013-03-20T16:34:43","modified_gmt":"2013-03-20T16:34:43","slug":"jquery-post-form-with-out-reload-the-page-using-jquery","status":"publish","type":"post","link":"https:\/\/blog.mycarts.shop\/?p=87","title":{"rendered":"jQuery: Post form with out reload the page using jquery."},"content":{"rendered":"<p>[code language=&#8221;javascript&#8221;]<br \/>\n$(&quot;.submit&quot;).click(function (){<br \/>\n\tvar fname = $(this).val();<br \/>\n\tvar dataString = &#8216;fname=&#8217;+ fname;<br \/>\n\t\t$.ajax({<br \/>\n\t\ttype: &quot;POST&quot;,<br \/>\n\t\turl: &quot;addtodb.php&quot;,<br \/>\n\t\tdata: dataString,<br \/>\n\t\tsuccess: function(){<br \/>\n\t\t$(&#8216;.successk&#8217;).fadeIn().show();<br \/>\n\t\t}<br \/>\n\t\t});<br \/>\n\treturn answer;<br \/>\n});<br \/>\n[\/code]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[code language=&#8221;javascript&#8221;] $(&quot;.submit&quot;).click(function (){ var fname = $(this).val(); var dataString = &#8216;fname=&#8217;+ fname; $.ajax({ type: &quot;POST&quot;, url: &quot;addtodb.php&quot;, data: dataString, success: function(){ $(&#8216;.successk&#8217;).fadeIn().show(); } }); return answer; }); [\/code]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[16],"class_list":["post-87","post","type-post","status-publish","format-standard","hentry","category-jquery","tag-jquery"],"_links":{"self":[{"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/posts\/87","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=87"}],"version-history":[{"count":0,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/posts\/87\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=87"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=87"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=87"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}