{"id":273,"date":"2011-10-25T19:10:54","date_gmt":"2011-10-25T10:10:54","guid":{"rendered":"http:\/\/www.santoshkori.com\/blog\/?p=273"},"modified":"2012-03-05T21:22:53","modified_gmt":"2012-03-05T12:22:53","slug":"on-enter-submit-form-and-reset-form-using-jquery","status":"publish","type":"post","link":"https:\/\/www.santoshkori.com\/blog\/on-enter-submit-form-and-reset-form-using-jquery\/","title":{"rendered":"On Enter Submit Form and Reset Form using Jquery"},"content":{"rendered":"<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">$(&quot;#advancedsearch input, #advancedsearch SELECT&quot;).keypress(function(e) {\r\n            code= (e.keyCode ? e.keyCode : e.which);\r\n            \r\n            if (code == 13){\r\n            \talert(&quot;formsubmitted&quot;);\r\n            \t\/\/$(&quot;#advanceSearchForm&quot;).submit();\r\n            \t\/\/$('#advancedsearch').slideUp('fast');\t\r\n            \t\/\/$('.advancedlink').parent().removeClass(&quot;active&quot;);\r\n            \t$(':text, :password, :file, SELECT', '#advanceSearchForm').val('');\r\n            \t$(':input', '#advanceSearchForm').removeAttr('checked').removeAttr('selected');\r\n            }\r\n    });<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>$(&quot;#advancedsearch input, #advancedsearch SELECT&quot;).keypress(function(e) { code= (e.keyCode ? e.keyCode : e.which); if (code == 13){ alert(&quot;formsubmitted&quot;); \/\/$(&quot;#advanceSearchForm&quot;).submit(); \/\/$(&#8216;#advancedsearch&#8217;).slideUp(&#8216;fast&#8217;); \/\/$(&#8216;.advancedlink&#8217;).parent().removeClass(&quot;active&quot;); $(&#8216;:text, :password, :file, SELECT&#8217;, &#8216;#advanceSearchForm&#8217;).val(&#8221;); $(&#8216;:input&#8217;, &#8216;#advanceSearchForm&#8217;).removeAttr(&#8216;checked&#8217;).removeAttr(&#8216;selected&#8217;); } });<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[102],"tags":[136,135,137,138],"class_list":["post-273","post","type-post","status-publish","format-standard","hentry","category-jquery","tag-on-enter-submit-form","tag-on-enter-submit-form-and-reset-form-using-jquery","tag-on-keypres-submit-form","tag-onkeypress-reset-form-using-jquery"],"_links":{"self":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/273","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/comments?post=273"}],"version-history":[{"count":2,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/273\/revisions"}],"predecessor-version":[{"id":432,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/273\/revisions\/432"}],"wp:attachment":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/media?parent=273"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/categories?post=273"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/tags?post=273"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}