ZF-6373: Google CDN base path for jQuery UI is wrong
Description
Currently ZendX_JQuery uses {{http://ajax.googleapis.com/ajax/libs/jquery/}} as the base path for jQuery as well as for jQuery UI. This wrong according to {{http://code.google.com/intl/de-DE/…}}. The correct base path for jQueryUI is {{http://ajax.googleapis.com/ajax/libs/jqueryui/}}.
Comments
Posted by Benjamin Eberlei (beberlei) on 2009-04-22T20:40:59.000+0000
It seems that Google changed the path for UI 1.7, i had it working before with older versions.
Inclusion from new path is fixed in SVN now.