Hello all,
I'm fairly new to javascript, and this is what I'm looking for:
I'm pulling information from a database to a dropdown menu and I need to create a function so that when an item is selected, a new dropdown appears with the same dropdown minus whatever item was selected, I would like for this process to continue infinitely until a drop down is no longer selected. Any examples/ ideas are greatly appreciated.
Thanks!
I'm fairly new to javascript, and this is what I'm looking for:
I'm pulling information from a database to a dropdown menu and I need to create a function so that when an item is selected, a new dropdown appears with the same dropdown minus whatever item was selected, I would like for this process to continue infinitely until a drop down is no longer selected. Any examples/ ideas are greatly appreciated.
Thanks!
Comment