HB wrote:
Hey,
I started learning JQuery today.
I got what (E>F) selector does but I didn't digest what (E+F) and
(E~F) do.
Thanks for help and time.
They're mostly the same ones as in css and they're all listed here:
http://docs.jquery.com/Selectors
Jonathan
--
Jonathan Vanherpe - Tallie
Consider this setting :
$('blah + *') will select
$('bloh ~ *') will select
Michel Belleville
2009/11/17 HB
> Hey,
> I started learning JQuery today.
> I got what (E>F) selector does but I didn't digest what (E+F) and
> (E~F) do.
> Thanks for help and time.
>
Hey,
I started learning JQuery today.
I got what (E>F) selector does but I didn't digest what (E+F) and
(E~F) do.
Thanks for help and time.
Hi,
I have what I think is probablt a pretty easy question, but I have
tried numerous selctors without getting the correct id.
I have a form which is dynamically generating form fields and tables
all over the place. I need to pull an ID of the last table inside of
a particular td. I have tried
4 matches
Mail list logo