February 17, 2012

Ribbon disappears when using jQuery.noConflict()

Issue:

When using jQuery.noConflict() method SharePoint Ribbon disappears. You will see the Ribbon top buttons, but not the actual Ribbon.

You see this:

image

When you should see this:

image

Solution:

Verify that you're only calling jQuery.noConflict() once. If you call it twice, you will see the before mentioned behavior. In my case I was calling it first in my .master page, and then in CEWP.

Technorati Tags: ,

No comments:

Post a Comment