[jQuery] Re: Passing a variable to a function

2008-10-02 Thread andrewsquidge
vsum { display: none; } >> >> and you want to click on the "evname" and show the related "evsum" >> >> if thats the case, the jQuery could be like: >> >> $(document).ready(function() { >>      $(".evname").click(function() { >

[jQuery] testing

2008-10-02 Thread andrewsquidge
tstin123 -- View this message in context: http://www.nabble.com/testing-tp19776226s27240p19776226.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Passing a variable to a function

2008-10-01 Thread andrewsquidge
Hi guys, I've been trying to get this literally all day! I just can't work it out. I've got this HTML: 1 This is the event name some text here On click of the li beneath should reveal. But because there are many of these ona page and they will be dynamic I need to set it to reveal only t