• Hi all
    I have a plugin that I made that has Jquery.js in it but when I unzip it the jquery.js file is blocked. How can I make it download? Or do I change the jquery file call it from google or something? Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • What is this file for? Is it another version of jQuery?

    Thread Starter Copywrite

    (@copywrite2012)

    No it is in a folder called js in the plugin folder. Do I just include this code instead in another plugin file?: <?php wp_enqueue_script(“jquery”); ?>

    <?php wp_head(); ?>

    What is this file?

    Thread Starter Copywrite

    (@copywrite2012)

    jquery.js is the file. We have just got rid of it and linked instead to the google jquery.js but I don’t know if this is the best solution- should be be using the
    <?php wp_enqueue_script(“jquery”); ?>
    instead? We tried to get it the tag work but were having trouble

    jQuery is already bundled with WordPress.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Jquery.js being blocked when unzipping plugin’ is closed to new replies.