Widget:LoadRootVerses

From Buddha-Nature
Revision as of 10:31, 28 March 2020 by JeremiP (talk | contribs) ((by SublimeText.Mediawiker))

<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>