sybil6
12-09-2009, 04:22 PM
i want to select the div with id headerimg, so this is:
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
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