[dev] How to disable Protoype in Horde5

Ralf Lang lang at b1-systems.de
Sat Feb 2 17:35:26 UTC 2013


Am 01.02.2013 19:14, schrieb Roman Geber:
> Hi,
>
> I need to disable prototype.js in Horde 5 yet can't figure out how to do that. I'd be glad for any advice on that. Thanks a lot!
>
> cu
> Roman

FTR

http://docs.jquery.com/Using_jQuery_with_Other_Libraries
/* In the context where you need to load jq after horde's prototype is 
loaded */
var $j = jQuery.noConflict();

/* now use $j.foo for jquery stuff where you would $. otherwise */
/* or use $. to access prototype stuff */

-- 
Ralf Lang
Linux Consultant / Developer
Tel.: +49-170-6381563
Mail: lang at b1-systems.de
B1 Systems GmbH
Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de
GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537


More information about the dev mailing list