Side navigation
#6198 closed bug (worksforme)
Opened March 02, 2010 09:14AM UTC
Closed June 15, 2010 12:23AM UTC
combined selector with live() in opera
Reported by: | walidaly | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | selector | Version: | 1.4.2 |
Keywords: | Cc: | masryalex@gmail.com | |
Blocked by: | Blocking: |
Description
$('a[req], :submit[req], li[req]').live('click', function(){
alert( $(this).attr('req') );
});
Error:
CSS
HTML style attribute
Unknown pseudo class
Line 1:
a[req], :submit[req], li[req]
Attachments (1)
Change History (1)
Changed June 15, 2010 12:23AM UTC by comment:1
component: | unfiled → selector |
---|---|
resolution: | → worksforme |
status: | new → closed |
This is the Opera version of #4774. Opera's querySelectorAll is being verbose and generating a *warning* to the console, not an error. Avoiding the error would mean avoiding querySelectorAll, which would be a huge performance hit.