jquery plugin
Image Zoom Plugin using JavaScript
In this article, we are going to create another Image Zoom Plugin using JavaScript. It helps you to view the image bigger when the cursor hover it, you can use this to your project related to media.
Animated Gradients in CSS
This project will teach you how to animate gradient colors in CSS. This is simple and easy to do. It has no transition property in css. I only added some jquery plugin which makes the gradient to slides. Hope you learn from this.
Editable Table in jQuery
This project will teach you on how to create an editable tables using jQuery. This is very easy. You just have to include the editable table jQuery plugin in your project(you can google the plugin and download). Then, a few line of codes to save the edited data. Just click the table data to edit. By pressing enter and clicking outside or other table data, this will automatically update edited data
Thumbnails Shrink and Grow Effect in jQuery
This project will teach you on how to zoom and shrink thumbnails in an easy way using the hover pulse jquery plugin. The thumbnails automatically magnifies on mouse hover. We can also customize the speed of animation and the size of thumbnails when it is hovered. In my example, each thumbnail is also linked to their corresponding page. Hope you learn from this.
Zoom Effect jQuery Plugin
This project is a sample of image zoom effect using the jquery plugin. This is an easy to use plugin. We can also customize the other effect like for example adding a tint and setting the color and opacity of the tint overlay. Hope you learn from this project.