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
Aruna06Aruna06 

Why adding JQuery in a visualforce page?

Hi,

 

  I have seen some people adding jquery in visualforce page in their project.Whenever I see that code I can understand the visualforce page code starting from <apex:page> to the end except the Jquery which was written before the visualforce page.I'm very new to Jqueries.Can anyone explain me about Jquery and its necessity.

 

Thanks in advance

Aruna V

Best Answer chosen by Admin (Salesforce Developers) 
AmitSahuAmitSahu
Hi, jquery is more advanced than JavaScript . it provides you cool UI and functions. you can use this in your visual force page instead of JavaScript.

All Answers

AmitSahuAmitSahu
Hi, jquery is more advanced than JavaScript . it provides you cool UI and functions. you can use this in your visual force page instead of JavaScript.
This was selected as the best answer
Aruna06Aruna06

What about this widgets concept? How,where and when this widget concepts should be used?

yvk431yvk431

best thing to do when you are new to something is to google :) , dont wait on some ones reply wehn you can find them readily available on web.

 

Refer these for a start up

 

http://www.tehnrd.com/setting-up-jquery-with-salesforce-com/

http://shivasoft.in/blog/webtech/web/create-simple-drag-and-drop-widget-like-igoogle-using-jquery/

 

 

--yvk

Aruna06Aruna06

Thanks a lot cheers...:)