Browsing Category
CSS
Responsive Image Zoom Effect on Hover (or touch) in Javascript – Drift.js Plugin
Responsive Image Zoom Effect on Hover (or touch) in Javascript – Drift.js Plugin:-
IF You you want to add responsive image zoom effect on mouse hover, Then in this post I am going to share simple javascript plugin with no dependency on…
How to copy div content to clipboard using jQuery clipboard.js Plugin
How to copy div content to clipboard using jQuery clipboard.js Plugin:
Copying text to clipborad is very simple by using clipboard.js, If you have a website and you want to add copy button along with your div/input/texarea content, so that…
Simple Font Selector using Google Web Fonts api With jQuery Fontselect Plugin
Google has provided web font api which help you to use lot’s of font styles on your web project. the plugin font selector to choose from fonts available as part of the Google Web Fonts api. Let users easily select and preview a font from…
Create input spinner elements for number input using jQuery + Bootstrap – InputSpinner.js
Simple jquery+bootstrap based highly customizable input spinner plugin which let you to make number input work like number spinner it support integer and decimal both the format with no extra css needed, only Bootstrap 4 and jQuery. If you…
How to create Pure CSS Progress bar circle
You must have seen many progressbar to display progress of pending task or display realtime progrebar with percentage count which help user to identify that something in progress. I have found simple pure css based progress bar plugin, you…
How to create HTML Select box with search option support using jQuery
There are several plugins available in google like select2,selectbox etc, But i found Chosen Plugin for select box with search option. You can also use with bootstrap. I give you full example of select box with search option. After run this…
Display Bootstrap Cookie Notice Alert Bar On Page Load – jQuery Cookie Alert Plugin
In this post I am going to share useful jQuery plugin (Cookie Alert) to display EU Cookie Law Notice bar on page on load to every new website visitor as it is important to display Cookie notice bar if your website uses cookie on user’s…
Create iOS Style Switch Toggle Button in Pure CSS
In this post I am going to share simple pure css based script to create iOS Style Switch Button. You can place this type of animated button on anywhere to change the status of product or any other place. The script written in purely in CSS3…
Simple Auto Play Image Slider in Pure CSS3
In this tutorial I am going to share CSS3 only script to create simple auto play image slider, script written by Alex Devero, a simple auto play button can enable automatically image slide show. You don’t need any third party jquery slider…
Responsive Mega Menu Plugin in jQuery & CSS3
If you have large website with number of links then it is difficult to display all the link in single navigation bar that’s why mega menu concept help you to display all your website links in single frame with multi dimensional view. It…