
In this topic you will learn and beware of an excellent addition to speed up browsing the Code or any other site on both the principle of additionality would be to make what he sees as the browser first and then download the rest of the images and content on demand for example, when browsing a page you will notice and you go down to the bottom of the page that the images And content appear successively smooth ...In short add-on allows users to download what appears on the screen and not the whole web page thing which increases the speed of download and browse your site. and to see a vivid example of this add-on button and then browse down the page and you will notice the impact of add-on to be accurate. How to install add-on is simple and easy, and add the following code above (before) tag </ body> CSS:
The source code for the application of this addendum to all forms of site
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?ver=1.4.2' type='text/javascript'/><script src='http://sites.google.com/site/simoxooorg/Home/jquery.lazyload.mini.js?ver=1.5.0' type='text/javascript'/> <script type='text/javascript'> jQuery(document).ready(function($){ if (navigator.platform == "iPad") return; jQuery('img').lazyload({ effect:"fadeIn", placeholder: "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiINJ4_Owov-5i2JA5EDnn1jFNeytUfXcKeQp8MHt9yv1Dd3LekTLprMdj27HUqMkUtNq99ARns3opD2WfRbIRjPPT8L5VyCFIoi64RZfKyHo17Vh0IgarIe7qjqct6TOugxCmkbebBliM/" }); }); </script>
If you already use jQuery library in your website or blog there is no need to put the line indicated in blue and put the rest of the ActiveX code only.
Customize the add-on
Update: To apply the add-on only on the body or subject only entry Add Classic or the id to be the application it just to the left of the color red, as illustrated by the following examples.
For example, in Blogger apply the add-on. post use the code as follows:
Customize the add-on
Update: To apply the add-on only on the body or subject only entry Add Classic or the id to be the application it just to the left of the color red, as illustrated by the following examples.
For example, in Blogger apply the add-on. post use the code as follows:
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?ver=1.4.2' type='text/javascript'/><script src='http://sites.google.com/site/simoxooorg/Home/jquery.lazyload.mini.js?ver=1.5.0' type='text/javascript'/> <script type='text/javascript'> jQuery(document).ready(function($){ if (navigator.platform == "iPad") return; jQuery('.post img').lazyload({ effect:"fadeIn", placeholder: "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiINJ4_Owov-5i2JA5EDnn1jFNeytUfXcKeQp8MHt9yv1Dd3LekTLprMdj27HUqMkUtNq99ARns3opD2WfRbIRjPPT8L5VyCFIoi64RZfKyHo17Vh0IgarIe7qjqct6TOugxCmkbebBliM/" }); }); </script>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?ver=1.4.2' type='text/javascript'/><script src='http://sites.google.com/site/simoxooorg/Home/jquery.lazyload.mini.js?ver=1.5.0' type='text/javascript'/> <script type='text/javascript'> jQuery(document).ready(function($){ if (navigator.platform == "iPad") return; jQuery('#post-blog img').lazyload({ effect:"fadeIn", placeholder: "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiINJ4_Owov-5i2JA5EDnn1jFNeytUfXcKeQp8MHt9yv1Dd3LekTLprMdj27HUqMkUtNq99ARns3opD2WfRbIRjPPT8L5VyCFIoi64RZfKyHo17Vh0IgarIe7qjqct6TOugxCmkbebBliM/" }); }); </script>
- And in the forums. tborder become a code as follows:
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?ver=1.4.2' type='text/javascript'/><script src='http://sites.google.com/site/simoxooorg/Home/jquery.lazyload.mini.js?ver=1.5.0' type='text/javascript'/> <script type='text/javascript'> jQuery(document).ready(function($){ if (navigator.platform == "iPad") return; jQuery('.tborder img').lazyload({ effect:"fadeIn", placeholder: "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiINJ4_Owov-5i2JA5EDnn1jFNeytUfXcKeQp8MHt9yv1Dd3LekTLprMdj27HUqMkUtNq99ARns3opD2WfRbIRjPPT8L5VyCFIoi64RZfKyHo17Vh0IgarIe7qjqct6TOugxCmkbebBliM/" }); }); </script>