Thursday, 15 August 2013

html - Loading animation not working -



html - Loading animation not working -

i next tutorial: https://blog.oio.de/2010/11/08/how-to-create-a-loading-animation-spinner-using-jquery/ made loader gif when click on link loader not working. used sec part of loader can added link.

here link jsfiddle containing part of code: http://jsfiddle.net/rohitbegani/dcv8c/

$(document).ready(function(){ $('#button-upload').click(function() { $('#spinner').show(); }); });

main javascript used getting on-click animation.

can't load gif file on fiddle don't know how add together external images/gif jsfiddle code(if @ possible)

you need remove # , replace period it's class button-upload.

$(document).ready(function(){ $('.button-upload').click(function() { $('#spinner').show(); }); });

html css loading-animation

No comments:

Post a Comment