I do not mind having to use jQuery instead of prototype, but I am nervous since it seems prototype should be working.
you can make sure by testing $('id of any element')
if $() returns a HTML element, all Prototype functions remain accessible
you can check FoxInCloud.js!$()
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:
if 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 .