[jQuery] Table Manipulation

2009-08-09 Thread achu
Hello Friends, I'm trying to create a dynamic table using jQuery - Manipulation/appendTo. Here is my code below: $("#btnAdd").live("click", function() { $("").appendTo("#tblGrid"); }); The above code creates 3 textboxes in a row. When I check the HTML Source, table rows

[jQuery] Table Manipulation Help!

2008-06-13 Thread Amit
Hello all. I'm new to jQuery and Javascript. I've been trying to solve a problem since last 2 days.. :( Here is my HTML: 1 2 3 4 5 6 In this table you can see that 2nd column has links. Now what I want to do is copy the respective links to 1st column. So, it

[jQuery] Table Manipulation Help!

2008-06-13 Thread Amit
Hello all. I'm new to jQuery and Javascript. I've been trying to solve a problem since last 2 days.. :( Here is my HTML: 1 2 3 4 5 6 In this table you can see that 2nd column has links. Now what I want to do is copy the respective links to 1st column. So, it