This is upgrade to the my previous tutorial on Dynamically Add or Remove Table Row Using jQuery. I had added two more functionality that I missed in the previous tutorial. That two functionality are 1. When we delete table rows,….. Read More >>>>
Continue Reading »CSS
jQGrid PHP inline Editing
In this tutorial we are going to see how to implement inline edit of jQGrid using php. This jQGrid table has extra column, which has three button to perform edit, save and cancel actions respectively. when user clicks on particular….. Read More >>>>
Continue Reading »Smart Tutorials Demo Page
In this tutorial we are going to see how to make demo page like one in my blog. Having special demo page for all the post you had written, esp. helps your site users to see all your work in….. Read More >>>>
Continue Reading »Dynamically Add or Remove Table Row Using jQuery
Dynamically Add or Remove Table Row Using jQuery is very helpful in number of places where teachers wants to update students marks details or admin wants to update their Users details. This is very simple to make it yourself just….. Read More >>>>
Continue Reading »Multi-Step SignUp Form Using jQuery, Ajax, PHP, HTML5 and CSS3
This type of form always improve user interaction on your site comparing very long form like this. Now we are going to see how to convert this very long form into multi-step signup using jQuery, Ajax,PHP, HTML5 and CSS3. Making….. Read More >>>>
Continue Reading »Live Username and Email Availability Checking using PHP, jQuery and Ajax
In this tutorial we are going to see how to check user name and email availability using PHP, jQuery and Ajax. This task is easily done with the help of jQuery validation plugin remote() method. When user enters their name….. Read More >>>>
Continue Reading »