in this jQuery tutorial, We’ll let you know How to dynamically adding and removing rows in a table using jQuery. Earlier, we managed this capability with javascript, but with jQuery, you can do so with just a few lines of code.
Read MoreCategory: jQuery

Alternate Table Rows Color using jQuery or CSS
This jQuery tutorial helps to create alternate table rows color using jQuery. I will let you know both ways to set alternate row color on the table using CSS and jQuery.
Read More
Get User Input from JavaScript Console
in this tutorial, We’ll learn how to get user input from the console using javascript or nodejs. I’ll discuss both ways Javascript and Nodejs to get user input from the console.
Read More
Add and Remove Attribute with jQuery
This jQuery helps to add and remove attributes with jQuery. jQuery provides the attr()
method for dynamically adding attributes to HTML elements. The attr()
method is a powerful tool for manipulating attributes of HTML elements in a jQuery context.

Simple Example and Use of jQuery Flexigrid
Flexigrid is a very popular and lightweight jquery data grid plugin.jQuery Flexigrid plugin is used to convert HTML table into rich data grid with awesome features, like re-sizable columns, sorting, searching, pagination and scrolling data to match the headers. You can connect jQuery flexigrid with XML or JSON based data source using Ajax to load the content.
Read More