jQuery onclick selector doesn't work
- by dragonfly
Hi, I have a selector:
$("input[type='button'][onclick^='save']")
and it works in FF but on IE...
There is something wrong with onclick selector part. Is there a way to make cross-browser workaround?
Thanks Pawel