On Aug 18, 4:11 am, Charlie <charlie...@gmail.com> wrote: > you shouldn't be pulling the scripts from jQuery site, use google AJAX > library instead. Also looks like you are using the full UI script along with > core and individual widget scripts > try removing<script type="text/javascript" > src="http://jqueryui.com/latest/ui/ jquery-ui.js"></script> if that doesn't > work > try replacing all your ui scripts with > <script type="text/javascript" > src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script> > this is the full UI including all the effects and widgets but should clear > your errors and let you sort scripts out again
okay, I made the mod, and the error still exists