Category Archives: jQuery


February 8, 2024 5:01 am

How to create Facebook style scroll bar with jQuery & CSS


How to create Facebook style scroll bar with jQuery & CSS

Facebook is one of the best designs people want to copy or want to implement in there web applications, so today I am going to give you an article on Facebook scroll style which is very nicely created and simply explained in below article.I have used a jQuery library nicescroll and CSS to create this scroll bar.

[ Read More ]


February 7, 2024 5:01 am

How to Upload Image using jQuery with progress in PHP


How to Upload Image using jQuery with progress in PHP
We received many requests from our readers to write some tutorial on upload image with jQuery and show progress bar so here it is, in this tutorial we are using ajax form library to upload image and show a progress in percentage (%) after complete upload show that image on page. Image will be saved on server for that we used PHP coding.

[ Read More ]


February 1, 2024 5:02 am

How to create Drop Down Menu with jQuery and CSS


How to create Drop Down Menu with jQuery and CSS
In this simple tutorial i will show you how to create a drop down menu with jQuery and CSS and its a very easy to configure you must try this on your web sites. This menu show items onClick event with jQuery and CSS its a very basic jQuery and CSS hope you like it.

[ Read More ]


January 31, 2024 5:04 am

How to delete comments with jQuery


How to delete comments with jQuery
Few days ago I wrote an article on how to comment with jQuery and after that received some requests from my readers to write something on comment deletion. Here I am going to write this article on how to remove comments with jQuery without loading complete page. I hope it will help you in your projects.

[ Read More ]


January 30, 2024 5:03 am

How to create a jQuery date picker like Google Analytic


How to create a jQuery date picker like Google Analytic
I have received many requests from my readers to write about jQuery date picker and I like date picker of Google Analytic and going to explain you how it works and complete tutorial with source code and live example where you can check its scenario. Its a jQuery plugin i have used to create this date picker which accepting single, range, and multiple selected dates.

[ Read More ]


January 28, 2024 5:01 am

How to drag and drop items using jQuery


How to drag and drop items using jQuery
I have receive many requests from my readers to write something about dragging items using jQuery, so today I am going to write about jQuery dragging with sortable to do that I have used jQuery UI library. Its a very simple to understand and implement have a look on the script.

[ Read More ]


January 27, 2024 5:03 am

How to create a comment system with jQuery


How to create a comment system with jQuery
Comments is very useful for your website where users can give there feedback suggestion and discuss problems with us so for that i have decided that to create a comments system in jQuery where page cannot reload but your comment posted.

[ Read More ]