0

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 1

2

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.

Sign up to request clarification or add additional context in comments.

2 Comments

BTW, this jQuery plugin has nothing to do with ASP.NET.
/shrug if it works, it works. There's always something to be said for simplicity. See my edit for a "nicer/better" solution.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.