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
suresh dupadasuresh dupada 

Explain about JQuery with VFPages

Hello Everybody,

                       I unable to understand how to user JQuery with VisualForce pages.. Please let me know how to use Static Resources.... and Where can I Download these static resources.... and how can I use those Static Resources in my VisualForce page........ please specify with code explanation and steps to create static resources.................
                                              thank's in advance...............................

I can mark best answer.......if u replay 
Best Answer chosen by suresh dupada
RadnipRadnip
Static resources can be found by going to the setup menu in Salesforce:
  1. Click [your name] in the top nav
  2. Click 'Setup'
  3. Type 'static' in the search box in the left nav and click 'Static Resources' link below.
  4. Upload your new static resource
The following describes how to use your static resource in VisualForce:

https://www.salesforce.com/us/developer/docs/pages/Content/pages_resources_reference.htm

But you could always skip the static resources and link directly to jquery on the internet.