-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reload GalleryView With New Image Set #27
Comments
Came up with a solution. It works but I don't know how correct the code is: //CHANGE GALLERY IMAGE SRC DYNAMICALLY
//THEN IN GalleryView ADD ,
//THEN ADD /*
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good day!!!
I wanted to find out if it would be possible to do the following:
Start with -
ul
li. img src="imagesset1/1.jpg" /li.
li. img src="imagesset1/2.jpg" /li.
li. img src="imagesset1/3.jpg" /li.
/ul.
Then use jQuery to change dynamically change the image 'src' to a different image set, say 'imagesset2' -
ul.
li. img src="imagesset2/1.jpg" /li.
li. img src="imagesset2/2.jpg" /li.
li. img src="imagesset2/3.jpg" /li.
/ul.
Then reload GalleryView to show the new images
Thanx in advance
The text was updated successfully, but these errors were encountered: