You can do this:
$('dd').click(function(){
// here select and show whatever you want
$('.somethingToShow').show('slow');
});
On Thu, Jan 8, 2009 at 3:30 PM, nage <[email protected]> wrote:
>
> hi
>
> I am new to jquery, i have on form with 3 images, i want call
> show( speed, [callback] )
> function when clicking particuler image only
>
> for example
>
> <img src="welcome.gif" width="61" height="63" border="1" id="dd"/>
> <img src="welcome2.gif" width="61" height="63" border="1" id="dd2"/>
> <img src="welcome2.gif" width="61" height="63" border="1" id="dd3"/>
>
>
> i want call show( speed, [callback] ) when clicking welcome.gif
> image only
>
- - - - -
jQuery HowTo Resource <http://jquery-howto.blogspot.com>