Setting display: block !Important Setting display: block !Important jquery jquery

Setting display: block !Important


You need to do one of the following:

  1. Add a class with the !important rule (i.e.: .myClass{display:block !important;} ) and then add the class to the element
  2. Add the css attribute via $('#myElement').attr('style','display: block !important');