[jQuery] Event propagation and anchors

2008-06-05 Thread Argasek
This is my first post here, so hello to all subscribers! I have googled a bit for my problem, but didn't find exact answer to my problem, or I do not understand event propagation enough. The situation looks like this: I have a nested list: ul class=someclass li1 Position... a

[jQuery] Re: Event propagation and anchors

2008-06-05 Thread Argasek
Of course, I meant $('ul li a) instead of $('.someclass ul li a')