if $() returns a HTML element, all Prototype functions remain accessible
you can check FoxInCloud.js!$()
Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II) - ban but and not
From: | FoxInCloud support |
To: | Tuvia Vinitsky |
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