jQuery & CSS - Remove/Add display:none - Stack Overflow
The only way to remove an inline "display:none" via jQuery's css-api is by resetting it with the empty string (null does NOT work btw!!). According to the jQuery docu this is the general way to "remove" a once set inline style property. $("#mydiv").css("d...