• Hey,

    I’m trying to include jQuery UI Touch Punch libraries into my website.. without success.
    I did try to add in the functions.php of my child theme the following:

    function my_custom_scripts() {
    wp_enqueue_script(‘jquery’);
    wp_enqueue_script(‘jquery-ui-core’);
    wp_enqueue_script( ‘jquery-touch-punch’ );
    }
    add_action( ‘wp_enqueue_scripts’, ‘my_custom_scripts’ );

    Without any success.. Any suggestions? Thanks in advance!

  • The topic ‘Including jQuery UI Touch Punch ?’ is closed to new replies.