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
JBabuJBabu 

Document ready function not fired in console

Hi,

I need to invoke the below java script function on the load of VF page in the console

    $(document).ready(function(){
       // Java script function
    });
    
Note: In the console, list view, I click a custom list button and this will pop up the Visualforce page.

In this page the above function is not getting fired automatically.

Thanks,
Babu.
Best Answer chosen by JBabu
JBabuJBabu
It is getting invoked now..Not sure why it ws not invoked earlier.