Apply jquery selectbox style on chained selectbox
- by ktsixit
Hi all,
I have created a pair of chained selectboxes in my page. The second selectbox is filled with a set of values, depending on the first box's selected value.
The script that makes the two selectboxes work like this, uses php and javascript. This is the code I'm using:
form
<select name="continent" tabindex="1"…