Skip to content
Advertisement

Javascript added multiple Bootstrap Select div not working

I am using Bootstrap to design my pages. I am following this page http://skote-light.node.themesbrand.com/form-advanced to create a Multiple Select.

JavaScript

the output to this is enter image description here

The requirement is i need to have an add more button, to add more multiple select. So what I did is

JavaScript

The problem is that when I am trying to append using JavaScript the multiple select behaves this way enter image description here i.e. the bootstrap properties is not applied to it.

Most probably while appending using JavaScript, it is not able to use the JavaScript script.

Please help me to fix this issue. Thanks.

Advertisement

Answer

WORKING CODE

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement