Once two separate dropdown boxes have been changed I want a div to appear. How would I go about writing the JavaScript for this?
Thanks.
Printable View
Once two separate dropdown boxes have been changed I want a div to appear. How would I go about writing the JavaScript for this?
Thanks.
Here's a simple approach using jQuery:
http://jsfiddle.net/9cFMf/2/
That's great, thanks.