[jQuery] Re: Click to call a fuction?

2007-07-21 Thread Mitchell Waite
@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Sauyet Sent: Friday, July 20, 2007 1:07 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Click to call a fuction? Mitchell Waite wrote: How generous of you to go into this detail and give me so many options. Sadly I tried

[jQuery] Re: Click to call a fuction?

2007-07-21 Thread Karl Swedberg
On Jul 21, 2007, at 3:23 PM, Mitchell Waite wrote: This concept of walking is something that I am not familiar with. In fact I have to say that I am not well versed in the DOM and I think that is lowering my ability to get the big picture, so that is part of my work ahead. I certainly get

[jQuery] Re: Click to call a fuction?

2007-07-20 Thread Mitchell Waite
PROTECTED] On Behalf Of Andy Matthews Sent: Friday, July 20, 2007 8:24 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Click to call a fuction? Easy to do what you want: img src=someimage.jpg id=myImage $('#myImage').click(function(){ alert('testing'); }); _ From

[jQuery] Re: Click to call a fuction?

2007-07-20 Thread Goofy
What happens if you already have some 3rd party class on the image like this: img src=images/Advanced Search Glossy_WIDE.jpg class=glossy iradius50 alt= / If I add an ID the click never gets fired img src=images/Advanced Search Glossy_WIDE.jpg id=PanelOpenGlossy class=glossy iradius50 alt= /

[jQuery] Re: Click to call a fuction?

2007-07-20 Thread Dan G. Switzer, II
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mitchell Waite Sent: Friday, July 20, 2007 1:43 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Click to call a fuction? Glen Can you give me an example of how the syntax for this might work. I mean the whole garbanzo

[jQuery] Re: Click to call a fuction?

2007-07-20 Thread Andy Matthews
-Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Sauyet Sent: Friday, July 20, 2007 11:01 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Click to call a fuction? Goofy wrote: What happens if you already have some 3rd party class on the image

[jQuery] Re: Click to call a fuction?

2007-07-20 Thread Glen Lipka
that these buttons have a parent container with a unique identifier. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mitchell Waite Sent: Friday, July 20, 2007 1:41 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Click to call a fuction? How

[jQuery] Re: Click to call a fuction?

2007-07-20 Thread Michael Geary
From: Dan G. Switzer, II What is this glossy plug-in your using? I have a feeling that plug-in may be changing your images from normal img / HTML tags to something embedded in a canvas / tag or to SVG. If that's the case, then it's definitely going to affect jQuery--because the