[UPHPU] jQuery attribute selector not working in Chrome
justin
justin at justinhileman.info
Thu Dec 31 11:12:00 MST 2009
On Thu, Dec 31, 2009 at 1:09 PM, Wade Preston Shearer
<wadeshearer.lists at me.com> wrote:
> Has anyone experienced jQuery attribute selectors not working in Chrome?
>
> On a particular page I am building…
>
> $(this).find('[required=true]');
>
>
> …grabs four items. This works in Safari and Firefox. Chrome selects
> nothing however. Arrrg.
>
Does this work?
$(this).find('[required]');
--
justin
http://justinhileman.com
More information about the UPHPU
mailing list