Using jQuery and AJAX works for all functions except one, really bizarre issue (from my perspective)
- by CoreyT
I am working on a classic asp form that has a number of dropdowns. Three of these are cascading, i.e. they rely in the previous dropdown. For almost everything this code works fine, one of them however is not playing nice.
To start off I have a script tag with the following in it:
$(document).ready(function () {
…