jQuery – Zoom images on mouse over with ZooMove

You may have already seen the zoom effect on the view product details page on e-commerce websites. The part of the image will zoom according to the mouse movement.

You can also implement this on your own website to provide a better user experience and allow them to get a closer look at an image.

In this tutorial, I am using the ZooMove jQuery plugin for zoom functionality. It is easy to implement and customizable.

jQuery - Zoom images on mouse over with ZooMove

Read more

Show Notification, prompt, and confirmation with Overhang.js

Overhang.js is a lightweight jQuery plugin that displays notification, prompt, and confirmation on the screen.

This adds a strip bar at the top of the page when it executes.

It has various options that help us to customize e.g. duration, speed, etc and change the look according to the website theme e.g. change background, accent, and message text color.

It also uses the jQuery UI library to display an alert on the screen.

Show Notification, prompt, and confirmation with Overhang.js

Read more