PDA

View Full Version : DomQuery and Css selectors



spawn150
21 Jul 2007, 10:56 AM
Hi folks,

is it possible create a Css selector like: "take all input fields and not the field with id='test'"?

How can I write my Css selector string?

thanks a lot,

Francesco

efege
21 Jul 2007, 2:24 PM
DomQuery docs: http://www.extjs.com/deploy/ext/docs/output/Ext.DomQuery.html

Attribute Selectors:

E[foo!=bar] has an attribute "foo" that does not equal "bar"

spawn150
22 Jul 2007, 12:41 AM
thank you very much! It works fine! :D

I was looking into DomQuery Ext 1.0.1 documentation...and there the examples don't exist! :(