Thursday, August 10, 2006, 8:59:42 PM, Realazy XA Chen  wrote:
> $(".panel").click(function(){
>      $("> div.item",this).todosomethinghere();
> })

"> div.item" isn't a valid selector. If jQuery doesn't fail it probably
should be considered a bug. "div.item" is all that's needed.

-- 
Steve
http://mrclay.org/


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

Reply via email to