function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Prajakta Rane 18Prajakta Rane 18 

Jquery UI css not working in customer portal

I am trying to implement accordion in visual force page. And it works fine in salesforce platform. However, if I see the same page in customer portal it doesn't work.
The root cause is showheader. If i say showheader= false, the jquery ui css loads fine. I want showheader to be true. Has anyone faced this issue? 
google CDN works.. however i would like to have a local copy of jquery and css in Salesforce. Kindly help.
Pankaj Patil 2Pankaj Patil 2
Hi Prajakta,

Please let me know if you found any solution to this issue. We are also facing the same issue and are not able to reach to the root cause. Any help will be much appreciated.

Thanks,
Pankaj
Prajakta Rane 18Prajakta Rane 18
Hey Pankaj,

Salesforce support helped me in this issue... try referencing the javascript file like this   <script src="{!URLFOR($Resource.StaticResource Name, 'js/jquery-ui.js')}"></script>... It should work..