Can I use jquery effect like in administrator panel (select list multiple choice) in JoomD search module?

Ques: Can I use jquery effect like in administrator panel (select list multiple choice) in JoomD search module? How to do it?

Ans: Find modules/mod_joomd_search/tmpl/default.php and add the below code at line 15:

$jd( “form[name=’searchform’] select:not(#catid)” ).multiselect({selectedList: 1});});

Comments on this post