> hi i have the following problem: is there any way to combine "this" in > a selector like $(this) with additional selectors like $(this+ > "span.hello") ?
Are u thinking abt applying context to the selector 'span.hello'? If that is the case, u can do something like this: $('span.hello',$(this)) Cheers -- http://ngty77.blogspot.com