$(document).ready(function() { /// PREVIEWS let html_count=0; if ($(".code-content") && $(".is_awnsers_show_me_help").length !== 1) { $(".code-content").remove() } $('pre code[class*="language-markup"]').each(function() { var codeContent = $(this).text(); // alert("classpls "+classpls) if ( $(this).hasClass("nohelp_result") ) { console.log("nohelp_result") } else if ( !$(this).hasClass("nohelp") || $(".is_awnsers_show_me_help").length==1 ) { // alert("gooo") $(this).parent('pre:not(.nohelp_result, .nohelp)') .after(`