You can remove jQuery by setting xxxProcess.ljQueryAdd = .F.
Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II) - ban but and not
From: | FoxInCloud support |
To: | Tuvia Vinitsky |
You can remove jQuery by setting xxxProcess.ljQueryAdd = .F.
it does not return an element. i have a div called "mainmenu", and $("mainmenu") produces an error unless I use it with a jquery syntax.
I do not mind having to use jQuery instead of prototype, but I am nervous since it seems prototype should be working.
I did a workaround by changing to he jQuery equivalent $("#mainmenu").html()
However I have a lot of prototype functions. How can I make sure that my prototype and jQuery do not get mixed up? The .xls says FiC has a function for this, but I am not clear.
I think the problem is that with jQuery added it broke some prototype stuff. Without jQuery this works:
* note, not relevant at this point, but update function replaces html. javascript is* handled differentlyif wlAjax() AJAX.cScriptJSAdd(textmerge([$('mainmenu').update("");] )) ENDIF
With jQuery running the code does not work in IE.
.. even though probably not an Fic issue, check thread 3U50Z3A6S .
Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II) - ban but and not