Consider this setting : <blah /> <bloh />
$('blah + *') will select <bloh /> $('bloh ~ *') will select <blah /> Michel Belleville 2009/11/17 HB <hubaghd...@gmail.com> > 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. >