twitter facebook hatena google pocket Awesome jQuery snippets to work with forms | CatsWhoCode.comã§ç´¹ä»ããã¦ããã¹ãããããããããã ã£ãã®ã§ãæç²ãã¦ç´¹ä»ãã¾ãã sponsors 1ï¼"enter"ãã¼ãç¡å¹ã« $("#form").keypress(function(e) { if (e.which == 13) { return false; } }); 2ï¼checkboxãcheckããã¦ãããç¢ºèª $('#checkBox').attr('checked'); 3ï¼formã®è¦ç´ ãæå¹ï¼ç¡å¹ $("#submit-button").attr("disabled", true); $("#submit-button").removeAttr("disabled"); 4ï¼å ¥åãã
{{#tags}}- {{label}}
{{/tags}}