display block is a CSS declaration, so use the css() method:
$('element').css('display', 'block');
how can i add display block to an element with jquery
display block is a CSS declaration, so use the css() method:
$('element').css('display', 'block');
how can i add display block to an element with jquery