Can I prevent the #HEAD# tag from loading jQuery in APEX 4?
I am using APEX to generate a report that is specifically designed to be viewed on a BlackBerry phone.
When accessing the APEX 3.2 version of the application from a BlackBerry phone it works fine.
When accessing the APEX 4.0 version (exported from 3.2 and imported to 4.0) the BlackBerry browser reports the following error:
HTTP Error 413: Request Entity Too Large
The page you requested could not be loaded. Please try loading a different page.
I have tracked this down to the use of jQuery-UI by APEX 4.0.
I can reproduce the error in APEX 3.2 by loading the jquery-ui.min.js file in the Page Template.
So, is there any way of preventing APEX 4.0 from loading jQuery or jQuery-UI by default in the #HEAD# tag of the page template?
Richard