Lazy load is a Jquery plugin which helps in loading images on scroll with a delay, that is images which are outside the viewport are not loaded until the user wishes to view that area. This helps in loading the webpages faster since the images are loaded one after the other. How to use this … Continue reading “Loading images on scroll using jquery”
Tag: jquery
jquery input tag autocomplete
This plugin makes your input tags easy to handle and gives a magical look.It’s the easiest plugin to implement which makes your input look better. You just have to add a javascript file and a CSS style sheet (hoping you already have jquery .js file) in to your project, since both of them are less … Continue reading “jquery input tag autocomplete”