jQuery Image Source Swap with attr() function


/ Published in: jQuery
Save to your folder(s)

I have made a small jQuery snippet to demo the image swapping with attr() funciton. The demo uses 2 images with classes img1 and img2 respectively. On a click of a button, the images are swapped.

Basically the script stores “src” value into a variable and then it is used to swap 2 image sources.

URL: http://blog.pixelthemes.com/ideas/jquery-image-source-swap-with-attr-function

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.