Hide and Show Quick Publish and Manage Publication buttons based on the condition in the site console
Hi Team,
I want hide the Quick Publish and Manage Publication buttons based on the condition in the site console
If it starts "/content/www/language-masters " then need to hide the Quick Publish and Manage Publication buttons
When it starts "/content/www/us/en" then based on the select checkbox, need to enable the Quick Publish and Manage Publication buttons.

I used the below script but when selected the child pages the script was not loading, Because of the dynamic loading of child pages.
$('._coral-Checkbox').click(function() {
alert(“”checkbox checked);
});
@EstebanBustamante @Mahedi_Sabuj
@aanchal-sikka @arunpatidar @sherinregi @harwindersingh