I am new to javascript. I am using this http://www.meadmiracle.com/dlb/DLBPlugin.aspx in mvc3. I don't need th开发者_运维技巧ose filters in the above link. If I remove them from my view, I am getting exception. So how to modify the .js file?
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.
精彩评论