shelane / jqueryselectcombo

jQuery plugin for populating select options based on selection of another select option.
0 stars 0 forks source link

The plugin does not work with recent jquery releases #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. The demo is not working anymore: http://www.lasso.pro/selectCombo/

Some of the problems causes are:
-json is not provided in valid format. Singles quotes need to be double quotes, 
etc...

Once the double quotes are in place the plugin will work with jquery 1.4.4

However it does not work with the latest jquery releases, 1.5.x and 1.6.x.

Original issue reported on code.google.com by haluka...@gmail.com on 15 Jun 2011 at 6:15