• LOVE the plugin and saved me a lot of work. Lately, got this error when viewing via Chrome Developer Tools:

    Uncaught ReferenceError: jQuery is not defined at (index):622
    (anonymous) @ (index):622

    <script type=’text/javascript’>
    //<![CDATA[
    jQuery(document).ready(function($) {
    $(‘html’).MagicLiquidizerTable({ whichelement: ‘table’, breakpoint: ‘780’, headerSelector: ‘thead td, thead th, tr th’, bodyRowSelector: ‘tbody tr, tr’, table: ‘1’ })
    })
    //]]>
    </script>

    LMK how to fix – I sincerely appreciate it!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter diamondrcreative

    (@diamondrcreative)

    Latest error

    Uncaught ReferenceError: jQuery is not defined
    at <anonymous>:2:5
    at t.activateScript (rocket-loader.min.js:1)
    at rocket-loader.min.js:1
    at t.run (rocket-loader.min.js:1)
    at rocket-loader.min.js:1
    at rocket-loader.min.js:1

    //
    jQuery(document).ready(function($) {
    $(‘html’).MagicLiquidizerTable({ whichelement: ‘table’, breakpoint: ‘780’, headerSelector: ‘thead td, thead th, tr th’, bodyRowSelector: ‘tbody tr, tr’, table: ‘1’ })
    })
    //

Viewing 1 replies (of 1 total)
  • The topic ‘Chrome Console / Developer Tools – Error’ is closed to new replies.