jQuery clone chained selects
Posted
by
Volkaria
on Stack Overflow
See other posts from Stack Overflow
or by Volkaria
Published on 2012-09-07T23:30:22Z
Indexed on
2012/09/24
21:37 UTC
Read the original article
Hit count: 312
I just started from: http://jsfiddle.net/FJFFJ/1/ (by Chain dynamically created dropdowns with JQuery)
It's really good but now I need to change a bit: clone the last group of selects.
ie.:
+-
Argentina | San Juan | Rawson
Chile | Santiago | Chiñihue
Then, if I click at "+", it will clone
Chile | Santiago | Chiñihue
instead of the first one.
Can someone help, please?
Thanks on Advance!
© Stack Overflow or respective owner