Widget:LoadRootVerses
<script> // Loading full content of verses on click $(document).ready(function() {
$('#rootVerses').load('/index.php/Full_Root_Verses_Query #fullVersesQuery', function() { $('.loaderVerses').fadeOut('fast'); $('.show-when-loaded').show('fast'); });
}); </script>