Revision: 25027
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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