Can the DOM placement of the responsive modal be changed?
Can the DOM placement of the responsive modal be changed?
ButchNZ
Posts: 20Questions: 6Answers: 0
in Responsive
Due to the weird and wonderful world of Javascript I have a need to move the Bootstrap modal DOM that the responsive feature of DT places in the DOM.
Currently the DOM for the responsive modal is placed before the closing </body> tag.
Is it possible to tell it where/what parent element to be inserted into?
Answers
There isn't an option for that, but this is where you would change it in the code if you wanted to tweak your own install a little.
Allan