Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Am I crazy? Demos on jQuery's 'effects' page not working in any browser

I want to make sure I'm not crazy, because I can't get any of the effects demos to work on jQuery's demo pages. I thought it might be my new Firebug version (1.5.2) or Firefox in general, but they're not working in IE or Chrome either.

Here are the links where the demos aren't working. One is for highlight, and the other is for explode. Incidentally, highlight is the one that I'm trying to use. Could it be the new jQuery UI version? Is anyone else having these not work?

Effect 1 Effect 2

like image 492
MegaMatt Avatar asked Oct 14 '22 08:10

MegaMatt


1 Answers

The jQuery-UI is not being included on the pages, so none of the effects in it work at the moment.

So no, you're not crazy, it's a glitch on their side.

Example, it's looking for: http://jquery-ui.googlecode.com/svn/tags/latest/ui/effects.core.js
Which is now: http://jquery-ui.googlecode.com/svn/tags/latest/ui/jquery.effects.core.js

Looks like the doc pages haven't been updated to match this change.

like image 177
Nick Craver Avatar answered Oct 20 '22 03:10

Nick Craver