shelane / jqueryselectcombo

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

console.log statement causes script to fail w/out Firebug #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
On line 61 you have 

console.log(j.length);

... which causes the script to fail when not running Firebug.

Original issue reported on code.google.com by thinksp...@gmail.com on 27 Aug 2007 at 8:51