Click add("+") on one table should move that item to the next table with a minus("-")
I want to create a pop-up with 2 tables where the tables display some data with one column. When I click on add icon("+") in the first table it should be removed from the 1st anddisplayed in the second table with a minus("-") mark. Is there any jquery widget I can use for this?