ZooMove: jQuery Plugin to Zoom Images on Hover
If you’ve ever browsed an e-commerce site you’ve likely seen the image zooming effect. You hover a product photo and that part of the image magnif…
If you’ve ever browsed an e-commerce site you’ve likely seen the image zooming effect. You hover a product photo and that part of the image magnif…
It’s always easier to build websites using open source tools rather than reinventing the wheel. These tools range from libraries to smaller plugins …
Some web forms require date-based inputs and date picker plugins can help with that. But, what about time inputs? With the free jQuery plugin Timedrop…
Not many carousel libraries can compete with Slick. It’s the most jam-packed jQuery plugin for building dynamic carousels on the web. It’s complet…
JavaScript scroll effects have been around for years with dozens of great libraries to pick from. But a new contender in the field is viewScroller.js.…
The open source jQuery library has dominated web development for years. It’s still one of the most trusted resources for JavaScript, but there’s a…
Editor’s note: This article is part of our Code Optimization series, where we explore techniques to optimize code for better efficiency and improve …
jQuery is usually the first choice for most people who want to dip their feet in JavaScript programming as it provides an easy method to select HTML e…
It is now common to see certain elements in a site fixed to a position when you scroll up or down the site e.g. the navigation menu, the header or the…
For many websites that publish content for free, advertisements (or ads) are one of their primary sources for getting revenue. The revenue from ads wi…
jQuery Mobile is one of the best frameworks to build a mobile friendly website and mobile application. jQuery ships with a number of user interfaces t…
Working with web forms can be both exciting and challenging. There’s plenty of room for customization in design, labels, and even authentication. Wi…