jquery selector - IE problem
Hi,
I'm using the following selector to identify all inputs which are
disabled:
$(".inlineediting input[disabled='disabled']").addClass("notActive");
This works fine in FF and Safari. But it doesn't work in IE. Any idea why?
thx
TC