Activity Forums Salesforce® Discussions How can I refresh OutputPanel through JQuery in Salesforce?

  • Manpreet

    Member
    April 26, 2018 at 4:49 PM

    Hi pranav,

    OutputPanel Refresh using jquery :
    <script>
    jQuery('#someId').click(function(){
    // do your stuff
    ....
    // Now call action function
    refreshMyPanel();
    });
    </script>

    <apex:actionFunction name="refreshMyPanel" reRender="MyPanel" />

    <apex:outputPanel id="MyPanel">
    ....
    </apex:outputPanel>

    Thanks.

Log In to reply.

Popular Salesforce Blogs

A Complete Guide to the Salesforce Administrator Certification Course: What to Expect and How to Succeed

Blog in

In today’s digital era, Salesforce has become the go-to customer relationship management (CRM) platform for businesses worldwide. Whether you're managing customer data, automating workflows, or…

Popular Salesforce Videos