Hi everybody, my name is Luca and this is my first try with Jquery-UI.
Actually i have a jquery script to change the src of an image called
#imagebig with a click from #a1
I would like to use jquery-UI to made a nice visual transition on this
image change, like a fade or a bounce.
I have seen the exampe "animation" on the website but I can't manage
to use it in my simple script, anyone can help me?
<!-- link uno -->
$("#a1").click(function(){$("#imagebig").attr("src","images/2.jpg");
return false;
});
Thanks for you time,
Luca
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---