$(document).ready(function(){ // $('.btn.dropdown-toggle.nav-item').text('Libraries'); // change text for dropdown menu in header from More to Libraries // hide the original left sidebar ads display $('#ethical-ad-placement').css({ "display":"none" }); // manually add the ads to the end of content $(".bd-article").append( "
\
\ " ); // make tables responsive $("table").wrap( "
" ); })