Can I disable jQueryUI for some pages and enable jQueryUI for another pages?

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.

This thread is closed to new posts. You must sign in to post in the forums.
3/17/2012 12:32:06 PM
Gravatar
Total Posts 46

Can I disable jQueryUI for some pages and enable jQueryUI for another pages?

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!

3/19/2012 9:51:04 AM
Gravatar
Total Posts 18439

Re: Can I disable jQueryUI for some pages and enable jQueryUI for another pages?

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

You must sign in to post in the forums. This thread is closed to new posts.