Category Archives: jQuery
Create Bootstrap form wizard and validation with jQuery
In this tutorial I will show you how to create form wizard and validation in jQuery, its a simple snippet created with Bootstrap and jquery to make a simple long from in steps to improve data collection process and beautify webpage.
[ Read More ]
jQuery Fullcalendar Integration with Bootstrap, PHP & MySQL
Recently I have used this plugin in an application and faced some issues to integrate it with bootstrap so I don't want my readers to waste time in integration in this tutorial you will get a fullcalendar working with bootstrap, PHP & MySQL. We are doing some basic operations like add event, edit event and delete event.
[ Read More ]
Create YouTube Video Search Engine with jQuery
This code snippet I found on codepen and found it interesting so sharing it with my readers, It's a simple jQuery script help you to search videos on YouTube you can search any video on YouTube publicly available. It's a very simple and easy to configure jQuery snippet let's make YouTube search engine site with jQuery.
[ Read More ]
Create Like & Unlike System in PHP MySQL and jQuery [Improved]
We have created a like and unlike script on our readers request we received many users feedback they face problems in counter etc. Now I have fixed all bugs and created its improved version with multiple like unlike on single page and for products and improve some JavaScript and CSS so I hope you like it.
[ Read More ]
Create Live Search in HTML table with jQuery
Hello readers today I am writing this tutorial for client side searching in a HTML table with jQuery this is a very simple and easy code snippet you can use it in small apps reporting where you want to add fast searching you can use this code snippet its a 10 line of code to make a simple and fast searching so download it or check it in demo.
[ Read More ]
AngularJS vs jQuery – What Are The Major Differences?
Well, both are JavaScript libraries. Each one has their advantages and disadvantages. Let’s take a look at some of the major differences between the two.
[ Read More ]
Email autocomplete on your forms with jQuery
In this tutorial I will show you that how you can create an email autocomplete field in your web forms using jQuery which auto complete the domain suffix with provided list of domains. Its a jQuery plugin we used to create this form autocomplete and its very easy to implement source code available for download.
[ Read More ]