[jQuery] Re: click action effect/problem

2010-01-20 Thread Scott Sauyet
> I'd like to thank you guys again for the quick response, but for some > reason, both methods aren't working. I made two suggestions. MorningZ's suggestion was very much like my first one. My second one is a bit more general, and might help. I modified MorningZ's page here: http://jsbin.c

[jQuery] Re: click action effect/problem

2010-01-18 Thread Legostrat
I'd like to thank you guys again for the quick response, but for some reason, both methods aren't working. With the first method, when you click on the containing div, in this case #twitter, it reveals the div with the content, #flwtwitter. However, when you click on it a second time it tries to

[jQuery] Re: click action effect/problem

2010-01-18 Thread Legostrat
Thanks guys!

[jQuery] Re: click action effect/problem

2010-01-18 Thread Scott Sauyet
On Jan 18, 4:07 pm, Legostrat wrote: > >    Click here >       >        option 1 >        option 2 >       > > > So, when you click on the button div, it reveals the sub-menu div. > The problem is that when you click on the content within the sub-menu > it activates the .click action attached

[jQuery] Re: click action effect/problem

2010-01-18 Thread MorningZ
Hope this helps put you on the path http://jsbin.com/ejuga3 (run) http://jsbin.com/ejuga3/edit (edit) Event Delegation = awesome knowledge to have http://www.learningjquery.com/2008/03/working-with-events-part-1 On Jan 18, 4:07 pm, Legostrat wrote: > Hey, > > I've got a toolbar on the bottom o