jquery selectors??
jquery selectors??
$("body").not("#cart_special").click(function() {
alert('hello');
});
cant seem to get this to work. when i click in the div#cart_special i still get an alert to pop up. What i want is an alert to pop up when the users click anywhere on the screen but the div#cart_special. ( the div#cart_special is a jquery dialog).