jQuery onclick selector doesn't work
Posted
by dragonfly
on Stack Overflow
See other posts from Stack Overflow
or by dragonfly
Published on 2010-05-06T15:14:15Z
Indexed on
2010/05/06
15:18 UTC
Read the original article
Hit count: 264
jQuery
|jquery-selectors
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
© Stack Overflow or respective owner