i want to select the div with id headerimg, so this is: Code: jQuery("div#headerimg").click(function () {
document.location="http://google.com/"; }); but at the same time i want to omit a table with id=search_form from the selection. thanks
i want to select the div with id headerimg, so this is: Code: jQuery("div#headerimg").click(function () {
document.location="http://google.com/"; }); but at the same time i want to omit a table with id=search_form from the selection. thanks