tags:

views:

39

answers:

1

I'm new to jQuery and I'm trying to code a page in jQuery that allows the user to see a loading spinner while the larger version of the thumbnail they just clicked loads above, and then have it disappear after the image is done loading.

+1  A: 

I would recommend ColorBox for that. Alternatively, this example pretty much does exactly what you want.

Pat