how to unselect the normal button in jquery -


I am trying to dynamically add and delete columns and I have seen some stackoverflow answers, Adding the end of each line to remove. But I do not like the approach because the table does not look good

  $ three.click (function () {$ ('# CreateTableControl tr') and also created by selecting the table grid .click (function () {$ (this) .css ("background-color", "# ff3700"); $ (this) .FadeOut (400, function) {$ ( This) .remove (); back in the wrong;});}); $ ("# Three"). Unbind ("click");});  

Once the deleted button is pressed, then on any click on the line, that row is removed, tried to use Unbind (), but did not work. Therefore, please suggest some other methods to dynamically delete a line.

Click the button Do not unbound, click the rows once clicked. :

  $ three.click (function () {$ ('# CreateTableControl tr'). Click (function () { $ $ (This) .css ("background-color", "# ff3700"); $ (this) .FadeOut (400, function) ('#createTableControl tr'). Unbind ("click"); {$ (this ) .remove (); return;});}}}}};  

Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -