If you have questions about using mojoPortal, you can post them here.
You may want to first review our site administration documentation to see if your question is answered there.
When I use
<add key="DisablejQuery" value="true" />
<add key="DisablejQueryUI" value="true" />
All pages can't use jqueryui.
but I only want my home page don't use jquery for speed. Other pages I want use jqueryui.
How can I do?
Thanks!
You could use a special skin on your home page.
In the layout.master file of that skin
<portal:StyleSheetCombiner IncludejQueryUI="false" ...
<portal:ScriptLoader AssumejQueryIsLoaded="true" IncludejQueryAccordion="false"...
Hope that helps,
Joe