robnyman / domassistant

Automatically exported from code.google.com/p/domassistant
1 stars 0 forks source link

:not CSS pesudo-selector not working in Internet Explorer and Opera #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Using the :not CSS pseudo-selector to exclude elements doesn't work in
Internet Explorer and Opera. Example code:

$('#fm1 p:not([id=cfm])')
$('#fm1 p:not(#cfm)') 

Original issue reported on code.google.com by robny...@gmail.com on 7 Jan 2008 at 9:46