this may sound like a silly questions but is there something I can call for offclick events for exmaple I have this currently;
$("#frame_left").click(function() {
$("#navLeft").show();
});
I want to hide the #navLeft
content once a user has clicked off of the radio button?