tuupola / jquery_chained

Chained Selects for jQuery and Zepto
https://appelsiini.net/projects/chained/
589 stars 283 forks source link

is not working inside bootstrap modal , or even a css only modal #46

Closed rifkirinaldi closed 8 years ago

rifkirinaldi commented 8 years ago

Hi, is there a way to make this work inside a bootstrap modal ?

The chained also didn't work on a plain css modal , here is the link :

http://rifkirinaldi.com/chainedselect-issue ( it is just a simple two select just like in the homepage, the BMW and the Audi )

it works like charm, but if you click the "Open in CSS only modal" , you could see that the chained select didn't work ..... i find it first on bootstrap modal ( i thought it is because javascript conflict... so i try it on css only modal , but it also didn't work )

tuupola commented 8 years ago

It is not valid HTML to have two to have two tags with the same id. Ie. you have two <select id="mark"> and <select id="series">. I would first try fixing that problem.

rifkirinaldi commented 8 years ago

oh dear ...i feel so stupid ...thank you Mr. Tuupola !