[jQuery] Re: click fires twice

2009-01-29 Thread brian
After putting this aside for awhile, it occurred to me that our own JS include system may be at fault. Sure enough, I looked at the source more closely and saw that it had let a duplicate through. The bug's all mine. Sorry for the noise.

[jQuery] Re: click fires twice

2009-01-29 Thread brian
On Thu, Jan 29, 2009 at 8:47 PM, Pedram wrote: > > Check your mark Up maybe You have two LInks .!!! There are actually about a dozen links. They don't have any inline onclick attributes.

[jQuery] Re: click fires twice

2009-01-29 Thread brian
I can't make it accessible right now. But there's just that one function. When I replaced the actual functionality with the alert, I get the alert twice. There's no other binding--just that single function firing twice. On Thu, Jan 29, 2009 at 8:25 PM, Ryura wrote: > > Sounds like you've bound t

[jQuery] Re: click fires twice

2009-01-29 Thread Pedram
Check your mark Up maybe You have two LInks .!!! On Jan 29, 5:03 pm, brian wrote: > both jquery-1.3.1 and 1.2.6 on FF > > No beginner here, but I'm absolutely stumped. The following function > is firing twice. There are no other event handlers involved (and, > anyway, it's only whatever I put in

[jQuery] Re: click fires twice

2009-01-29 Thread Ryura
Sounds like you've bound the event twice. Can we see the whole page? On Jan 29, 8:03 pm, brian wrote: > both jquery-1.3.1 and 1.2.6 on FF > > No beginner here, but I'm absolutely stumped. The following function > is firing twice. There are no other event handlers involved (and, > anyway, it's on