[jQuery] Re: click event and z-order

2007-04-28 Thread Ian Struble
efan > > ----- Original Message > From: (J)(a)(k)(e) <[EMAIL PROTECTED]> > To: jquery-en@googlegroups.com > Sent: Wednesday, April 25, 2007 2:00:50 PM > Subject: [jQuery] Re: click event and z-order > > I believe your answer is false. > > if you return false at

[jQuery] Re: click event and z-order

2007-04-26 Thread Stefan Kilp [sk-software]
April 25, 2007 2:00:50 PM > Subject: [jQuery] Re: click event and z-order > > I believe your answer is false. > > if you return false at the end of the click code, no other element will be > bothered with the click event. > > On 4/25/07, > Stefan Kilp [sk-software] &l

[jQuery] Re: click event and z-order

2007-04-25 Thread Ariel Jakobovits
or event.stopPropagation() - Original Message From: Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Wednesday, April 25, 2007 2:00:50 PM Subject: [jQuery] Re: click event and z-order I believe your answer is false. if you return false at the end of the click co

[jQuery] Re: click event and z-order

2007-04-25 Thread Ⓙⓐⓚⓔ
I believe your answer is false. if you return false at the end of the click code, no other element will be bothered with the click event. On 4/25/07, Stefan Kilp [sk-software] <[EMAIL PROTECTED]> wrote: hi, if have two elements (a image in a table) which have a click event registered (on an