Advertise here

jQuery Plugins Tagged ‘technique’

Lazy Loading Images and Video Techniques

April 05, 2018     1293    
Lazy Loading Images and Video Techniques

Lazy loading is technique that defers loading of non-critical resources at page load time. These non-critical resources are loaded at the moment of need. 

When we lazy load images and video, we reduce initial page load time, initial page weight, and system resource usage, all of which have positive impacts on performance. 

Read More »

Solution for Long Drop Down Items

August 29, 2015     3223     Menu Scroll
Solution for Long Drop Down Items

A simple solution with jQuery to solve problems on long drop down menus. This technique is when you scroll down, the menu actually moved too.

Read More »