I know that I can use $('#myId').load('aPage.html'); to load a page into an element, how do I do use that to alter an image?
Thanks, that's been a great help :)
Teifion
2008-12-09 15:39:11
+1
A:
Note, that the image will load no sooner, than you load it, so you may want to preload it.
For this, you can use this plugin or this mini-plugin
pihentagy
2008-12-09 18:03:16