forum

Home / DeveloperSection / Forums / How to remove fadeIn effect in jquery?

How to remove fadeIn effect in jquery?

David Miller 1922 28-Oct-2014
I have table, where in each row has Edit button.
On click on Edit, the entire table gets fadeTo using the following code
$("#ProductListTable_Div").fadeTo("slow", 0.33);
And the current row is replaced by div which has Save and Cancel Button
 
So when the user clicks the Save or Cancel button the div is hidden and the entire table is restored to normal state.
 
Problem:
The fadeTo effect still exist. I want to remove the fadeTo effect so that the table is visible.

Updated on 28-Oct-2014

Can you answer this question?


Answer

1 Answers

Liked By