Re: [jQuery] Event Model Madness

2006-09-04 Thread Chris Ovenden
On 9/1/06, Kelvin Luck <[EMAIL PROTECTED]> wrote: > Michael Haggerty wrote: > > Since Flash likes to always appear on top, I have come up with a > > method to hide the player tied to the firing of Thickbox. > > This isn't an answer to your question but a suggestion for a workaround. > If you embed

Re: [jQuery] Event Model Madness

2006-09-01 Thread Kelvin Luck
Michael Haggerty wrote: > Since Flash likes to always appear on top, I have come up with a > method to hide the player tied to the firing of Thickbox. This isn't an answer to your question but a suggestion for a workaround. If you embed the flash with wmode="transparent" then it doesn't always

Re: [jQuery] Event Model Madness

2006-09-01 Thread John Resig
Well, one thing that can help is that the click events only need to be bound once: $(document).ready(function(){ $('a.thickbox').click(function(){ $('#mp3player').hide(); return false; }); $('#TB_closeAjaxWindow,#TB_closeWindowButton,#TB_ImageOff,#TB_overlay').click(function(){ $

[jQuery] Event Model Madness

2006-09-01 Thread Michael Haggerty
I am getting stuck with a tricky event sequence and am wondering if someone can help. And pardon me if I seem like a n00b, I am more a drupal guy than an AJAX person. The site I am working on is here: http://dev.trellon.org/phmf/node/242 Here's what I am trying to do. Off to the left, there is a