Hello,you can find categories at the top, when you clicks, It is open. I need to Jquery Filtering Option should be opened permanently, we don't want to clicks it. It should be appears without any clicks
Please help me to setup this. Much appriciated 
Thank you    
                 
                
Comments
to open filtering by default, please use below css:
#Filters .filters_wrapper { display: block !important; }#Filters .filters_wrapper ul li.close a { display: none !important; }