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
beginner apexbeginner apex 

im using static resources , but its not working in my page in salesforce

im using static resources name j-qurey
i can attached jquery-ui-1.10.3.custom.zip

den my jquery visualforce code using

<script src="{!URLFOR($Resource.j_query, '/js/jquery_latest.js')}"></script>
<script src="{!URLFOR($Resource.j_query, '/js/jquery-ui-git.js')}"></script>

but its not working ,
anyone can help to me....


what ill do


Regards,
s.ganesh

Avidev9Avidev9

Well it should work !

What is or zip files folder structure.

 

I just tried

 

<script src="{!URLFOR($Resource.j_query, 'js/jquery_latest.js')}"></script>

 

Make sure you use proper file name.

For above Code to work the structure should be

 

Zip >> js(Folder) >> jquery_latest.js (File)