I am new to javascript. I am using this http://www.meadmiracle.com/dlb/DLBPlugin.aspx in mvc3. I don't need those filters in the above link. If I remove them from my view, I am getting exception. So how to modify the .js file?
1 Answer
Absolute simplest solution: use CSS display: none to hide the elements that you don't want to show.
You could also disable filtering with the useFilters: false option. — see this demo page.