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

    (@dgodfather)

    Fixed it on my own today.

    I was using the default jquery knob initialization call of:

    $(function() {
        $(".dial").knob();
    });

    I’ve updated it with:

    jQuery(document).ready(function($) {
        $(".dial").knob();
    });

Viewing 1 replies (of 1 total)
  • The topic ‘Jquery Knob issue’ is closed to new replies.