javascript - jquery image gallery showing loader gif -


I am developing the jquery image gallery plugin I tested this kind of image load:

  $ ("# loading"). Show (); $ ('Preview'). Load (function () {$ ("# loading"). Hide ();});   

But I did not succeed. When my image is full then I want to load. How can I do this? For example:

You can give it easy through CSS. For parents div try loading the image as a background

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -