selectors:
jQuery selectors allow you to select and manipulate HTML element(s).
$(document).ready(function(){ $("button").click(function(){ $("p").hide(); }); });
Not registered? Create an account
Forgot Password?
Already a registered user? Login