Use searchBuilder in program but wanna make the "custom search builder" buttons invisible
Use searchBuilder in program but wanna make the "custom search builder" buttons invisible
marianchoy
Posts: 3Questions: 2Answers: 0
Description of problem:
I'm working on searchBuilder on server side progressing and it's very convenient and easy to perform filtering.
After doing some testing, I have created a button to perform a complex filtering and it worked. Once the button is clicked, the custom search builder will expand automatically with the complex logic. May I know is there a way to hide the whole custom search builder?
Answers
Probably the easiest way would be use the jQuery hide() method!
colin