Re: JQuery
Re: JQuery
- Subject: Re: JQuery
- From: "Jérémy DE ROYER [INGENCYS]" <email@hidden>
- Date: Wed, 21 Mar 2012 17:28:02 +0100
Loading this way (jquery has to be loaded after prototype, wonder and effects)
<script src="/WebObjects/Frameworks/Ajax.framework/WebServerResources/prototype.js"></script>
<script src="/WebObjects/Frameworks/Ajax.framework/WebServerResources/wonder.js"></script>
<script src="/WebObjects/Frameworks/Ajax.framework/WebServerResources/effects.js"></script>
<script src="/WebObjects/Frameworks/IndeXys_v30.framework/WebServerResources/jquery.js"></script>
Using the safe mode, example
jQuery.noConflict(); jQuery(document).ready(function() {
jQuery works great.
Jérémy
Le 21 mars 2012 à 11:53, email@hidden a écrit :
> Something might come up before this summer.
>
> Envoyé de mon iPhone
>
> Le 2012-03-21 à 06:19, "Michael Schmiedgen" <email@hidden> a écrit :
>
>> Hi List,
>>
>> are there any effords underway in using JQuery in WONDER? I
>> would like to look into this. Are there any serious problems
>> to expect?
>>
>> Cheers
>> Michael
>>
>> --
>> ___________________________
>>
>> Michael Schmiedgen, BSc
>> Senior Software Engineer
>>
>> Takwa GmbH
>> Friedrich-List-Str. 36
>> 99096 Erfurt GERMANY
>>
>> Tel +49 361 6534096
>> Fax +49 361 6534097
>> Mail email@hidden
>> Web http://www.takwa.de/
>> ___________________________
>>
>>
>> Amtsgericht Jena HRB 112964
>> Geschäftsführung: Ingo Buchholz
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >JQuery (From: Michael Schmiedgen <email@hidden>) |
| >Re: JQuery (From: email@hidden) |