Return to Snippet

Revision: 25027
at March 18, 2010 05:17 by satonthat


Initial Code
// show/hide forgotten password field
	$(".new_pword").click(function(){
		$(".intForm .forgotten").toggle();
		return false;
	})

Initial URL


Initial Description
simple jquery show and hide

Initial Title
jquery show and hide

Initial Tags
javascript, jquery

Initial Language
jQuery