SearchBuilder + SearchPanes standalone out of dom option

SearchBuilder + SearchPanes standalone out of dom option

MausinoMausino Posts: 61Questions: 19Answers: 0
edited November 2021 in Plug-ins

I want use SearchPanes and SerchBuilder standalone in popup windows

Is this possible some have this outside of dom option ?
or is there some example how manipulate the dom rendering of HTML that i move this div with SeachPanes and SearchBulder where i want on page ?

Thank you :)

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583
    Answer ✓

    Yep, you can just move those elements around with standard jQuery commands:

            $('.dtsp-panesContainer').detach().prependTo('#here');
    

    See example here,

    Colin

Sign In or Register to comment.