thanks Joel. I hadn't thought of that. I'll give it a shot. :o)

Chris

Joel Birch wrote:
Hi Chris,

I'm not sure but I think this would have more chance of working:

$("[EMAIL PROTECTED]:hidden");

The @ symbol is xPath apparently, which is what is used within the square brackets. Also, I usually see things like :hidden at the end of the string.

Joel.

On 06/02/2007, at 10:01 AM, Christopher Jordan wrote:

Hi folks,

I'm just trying to rule out a possible problem in my debugging. Does this:

$("input:hidden[name=foo]");

select all hidden inputs with the name "foo"? or can I not mix the selectors in such a way?

Thanks,
Chris


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/


--
http://www.cjordan.info

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to