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 #1

Closed GoogleCodeExporter closed 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

GoogleCodeExporter commented 9 years ago
The issue has been addressed and will be released with DOMAssistant 2.5.5, 
planned
date January 10th 2008.

Original comment by robny...@gmail.com on 7 Jan 2008 at 9:48