Load images with flash effect using jquery. It is very useful script to loading images with nice effect on your web projects and also simple just seven lines of code. CODE <script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js”></script> <script type=”text/javascript”> $(document).ready(function() { var i = 0; $(‘#imagesdiv img’).clone().appendTo($(‘#imagesdiv’)); $(‘#imagesdiv img’).each(function() { var me = this; $(this).hide() var j = …
Tag: Load image with jquery flash effect
Permanent link to this article: https://blog.openshell.in/2011/01/flash-effect-image-loading-with-jquery/