|
-
Sep 2nd, 2011, 04:01 AM
#1
Thread Starter
Addicted Member
[RESOLVED] how to use this jquery code?
$("#myContentRegion").delegate("img", "hover", function(){
$(this).animate({
width: 200, height: 200
}, 5000, function() {
$(this).animate({ width: 100, height: 100 });
});
});
found above code on this link: http://stackoverflow.com/questions/3...nerated-images
how do i use it on my html page? please help.. thanks
The taller the bamboo grows the lower it bends... 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|