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
Rama Gaikwad 1Rama Gaikwad 1 

Remote Action and updating HTML using javascript.

Hi guys , I am new to the salesforce and I have a doubt . actually I can't understand how to use remote action , when to use it.

I have a scenario :

Remote Action and updating HTML using javascript.
Description: 
A. On this page, The remote action case list should be loaded using the remote action. should accept the needed parameters and should return the case list.
We should create HTML in javascript and append that javascript to the page.


B. Implement document.ready of jquery. Include this jquery using static resource.


can anybody help me in this question, means How can I solve this question by simple way.