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
Corey Edwards 11Corey Edwards 11 

Apex or Javascript?

Hi Guys,

I've developed a Visualforce page using jQuery for click functionality throughout my page. This is used on the Quote object and values need to change within the page without the page reloading using Ajax requests. 

I'm new to Apex and have been asked to develop the page using Apex. Will I be able to get all the functionality available using Javascript using Apex?

Thankyou in advance for any help.

Corey
Best Answer chosen by Corey Edwards 11
Balayesu ChilakalapudiBalayesu Chilakalapudi
No need of javascript. Apex will provide a partial page update with CommandLinks and Buttons. below link will help you
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_ajax_partial_page_updates.htm