I'm currently getting an error in both IE7 and FF3:
Using FireBug, I see the following:
Code:
mgc_cb_evo_autocomplete is not defined
(?)()()private....pmid=5248 (line 336)
onreadystatechange()()jquery.js (line 27)
onreadystatechange()()jquery.js (line 27)
nodeName()([function()], function(), undefined)jquery.js (line 21)
onreadystatechange()()jquery.js (line 27)
[Break on this error] mgc_cb_evo_autocomplete();
The code appears to be:
Code:
$(document).ready(function(){
mgc_cb_evo_autocomplete();
Any ideas what would cause this?