views:

177

answers:

2

Hi all,

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

+4  A: 

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.

Nick Craver
Update: There's a ticket on this now: http://dev.jqueryui.com/ticket/5307
Nick Craver
A: 

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; MDDR; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; OfficeLiveConnector.1.3; OfficeLivePatch.0.0) Timestamp: Mon, 8 Mar 2010 18:56:39 UTC

Message: Object doesn't support this property or method Line: 14 Char: 7 Code: 0 URI: http://docs.jquery.com/UI/Effects/effect

Mark Schultheiss