Help for this page

Select Code to Download


  1. or download this
    $('pre.blockcode code').each(function(i, block) {
    hljs.highlightBlock(block); });
    
  2. or download this
    <pre class="code">
    <div class="codeblock">
    <tt class="codetext">
    
  3. or download this
    javascript:(function () {     
    $('tt.codetext').each(function(i, block) { hljs.highlightBlock(block);
    + });
            }());