<table> <tr id="table_rows_1"> <td>xxx</td> </tr> </table> $('#table_rows_1').hide(2000);
I tried it, it still removes instantly. How can you smoothly hide / remove / delete?
<table> <tr id="table_rows_1"> <td>xxx</td> </tr> </table> $('#table_rows_1').fadeOut(2000);
But they didn’t try this - $ ("p") .hide ("slow"); ?
There is an example - http://api.jquery.com/hide/
Source: https://ru.stackoverflow.com/questions/321053/More articles:Display class schedules with the ability to synchronize with the serverHow to use Ninject to bind Service ReferenceStatic array of ints with non-const sizeCreating a selectorAdd to slider valueHow to fill in the form with initial data?Set up the back button in the Android webviewUINavigationBar is not programmatically displayed, what is missing?String clippingHow can I make AutoSize for RichTextBox?All Articles