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
Knet15Knet15 

Ajax example: change custom field asynchronous

Hello, 

Could any body help me recomending me a tutorial step by step of how to update an element using AJAX?
It could be just a simple Textfield, but I wanted to know how to update some element without upload all the page. 

thank you very much,
Greetings.
Best Answer chosen by Knet15
Knet15Knet15
I found the solution in the following website:
 * http://www.cloudforce4u.com/2013/07/render-and-rerender-in-salesforce.html

In such cases we must use the property re-render which allow us to load just some part of the code and not the overall page.