Category: jQuery

  • Dynamically Add Input Fields And Submit To Database With jQuery and PHP

    Dynamically Add Input Fields And Submit To Database With jQuery and PHP

    Previously I wrote about adding dynamic input fields in a webpage using jQuery, I got a lot of queries on how to submit it to database. This tutorial is all about generating input fields on the fly in a web page and submitting the entered data into database. For this tutorial let’s assume you have…

  • Animated Menu Using  jQuery Animate Function

    Animated Menu Using jQuery Animate Function

    You would have seen many websites having attractive menu bars, when you mouse hover menu items then they display details. It looks really good as well as user friendly as user will get to know more as he enters that menu area. Most of these menu bars are animated and designed using flash. But using…

  • Twitter Like Self Correcting Email Field With jQuery

    Twitter Like Self Correcting Email Field With jQuery

    All most in every web application or website you want visitors to enter their email either for registration, subscription or anything else. Collecting email id is really very important in order to communicate with your visitors, customers or readers. Most of the websites or web applications ask visitors to re-enter email id just to ensure…

  • Live Username Availability Checker and Password Strength Indicator With jQuery and Ajax

    Live Username Availability Checker and Password Strength Indicator With jQuery and Ajax

    You would have seen various websites which checks username availability in real time and also tells you strength of your password during registration process. For example take “gmail signup” or twitter sign up process, their registration process is user oriented and very flexible, it tells user everything on run time. This tutorial is intended to…

  • Create Registration Form Easily with Twitter Bootstrap in Minutes

    Create Registration Form Easily with Twitter Bootstrap in Minutes

    This tutorial will guide you how to use Twitter Bootstrap to create a registration form in Minutes. Those who don’t know what Twitter Bootstrap is? I would define it as a complete package for powerful front-end development. It is a framework for faster and easier web development. It has already gained popularity among web developers,…

  • Delete Records From Database Using jQuery

    Delete Records From Database Using jQuery

    Hello guys, if you have seen my older posts then you already know how to insert record in database using jQuery.  I also explained the process to fetch record from database using jQuery. The left part is how to delete the records in a database using jQuery. I am dedicating this post to tell you…