This code is part of the the jQuery Base? module.
Basic Effects
hide()
Description
This function hides all the matched elements, so that they are no longer shown on the screen.
Examples
$.getJSON("test.js", function(json){
alert("JSON Data: " + json.users[3].name);
})
}}}erfwwerwererwr==== Description ====
This function reveals all hidden, matched, elements and hides all visible, matched, elements.
==== Examples ====
{{{
$("p").toggle();
}}}