Hi all,
I have created one table with two column and i want to hide the row on image clicking how to solve this problem?
Table Of Content
- The HTML
- The jQuery
The HTML
First you create a table in HTML using table tag with one row with two column or as you wish.
Create row with column in html. The table create with id for future purpose.
The jQuery
Second, include jquery libray http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js and also specify the click event within script tag
The following code will demonstrate you how to copy the row data on clicking the image button