/ Published in: jQuery
simple jquery show and hide
Expand |
Embed | Plain Text
// show/hide forgotten password field $(".new_pword").click(function(){ $(".intForm .forgotten").toggle(); return false; })
You need to login to post a comment.
