I think wordpress only loads jQuery when you specify it is a dependency for another script that is loading on that page:
wp_enqueue_script( 'script-name', '/path/script.js', array('jQuery');
If there is no other script then try loading it like a normal script with full path to the file:
wp_enqueue_script( 'myJquery', '//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js');
Related Posts:
- jQuery function didn’t work in my plugin
- how to include a simple jquery file into a wordpress plugin
- Pass a php string to a javascript variable
- Notepad sticky plugin
- Adding a slider captcha to the comment system
- How to put JQuery/Ajax inside shortcode?
- Error with Image Slide plug-in/ s3slider in WP
- wordpress site | All-in-one-cufon IE Issue
- WordPress function not being called from jQuery method
- How to prevent plugins from loading jQuery
- Using color picker in plugin, does input attribute order matter?
- Using window.onload with Ubermenu
- How to include this jQuery File in wordpress?
- wordpress add_action() issue in ajax call
- Adding media upload button to User Profile page (following a tutorial)
- JQuery prepend a function
- Is there a function to list all uploaded images? How can I add one?
- Plugin not working & permalink erorr after upgrade to php 7x on Nginx
- Save user total active time after login in wordpress [closed]
- Api external with wordpress
- Custom meta box with jQuery.sortable custom post type list
- How do I reinit WordPress plugins dynamically using jS?
- WordPress jQuery Post – Amending Variable Value Within Function Command
- WP Ajax DB issues
- How to get a specific string from a url
- update_post_meta is not working for me when I use e.preventDefault for update button
- Help with customising love it plugin (use within foreach)
- AJAX doesn’t pass variables to the php function in the plugin
- What is the process for reimplementing a back up WordPress?
- Hyperlink to execute PHP
- How to get site homepage from plugin?
- PHP and Jquery pass value from form. Update function on DataBase
- Plugin use of ajax/jquery depending dropdown
- How do I output user_registered time in my correct timezone?
- wordpress jquery is not defined because the head tag is empty
- Woocommerce attatch files and custom input meta to cart items and then to order
- When unit testing a plugin, does the plugin need to be in the wp-content/plugins directory of the WordPress tests install?
- How can I prevent a plugin from updating unless it’s minimum PHP version is met?
- Get product attribute for Simple product in WooCommerce
- Creating an Exit Confirmation Popup
- Display a text message if the field is not found and not if found
- Reposition Woocommerce Message
- Shortcode to generate and save password in a file
- I don’t understand how this parameter works..?
- WordPress takes too much time (100 seconds) to load – Front end and back end
- how to change the verification url of pie register plugin of wordpress?
- Creating a custom post type, adding custom meta fields, preventing all future editability of posts of this type
- wp_get_post_terms is difference obj model than the one in rest api response
- How to fetch products with the price in a page on woocommerce using a form or live search with php
- Creating a Callback URL for WordPress Woocommerce to update Order Status
- Uncaught TypeError: jQuery(…).flipster is not a function in wordpress
- Server configuration for WordPress – Do I need install PHP-SSH extensions for WordPress on Fedora28?
- WordPress shows error related to allow_url_fopen
- Delete mobile menu button [closed]
- How to replace WordPress Media Upload Window with user’s device window?
- Display wordpress post’s in popup?
- How can integrate zend module with wordpress admin dashbord [closed]
- Setup wp_schedule_event within a custom plugin
- “Conflict” with jQuery (or its plugins)?
- Does having more than 30 Admin Ajax affects site performance (plugin)?
- execute function after one completed
- WHy custom plugin slows down the loading of the pages?
- WordPress Stock Update Programatically
- Getting a ressource ID, from a WC_Order_Item_Product/Order
- How to delete a theme using AJAX
- same user role or copy the user role to be same as the other role
- Equivalent of admin.php for public pages
- Social share buttons text shows up on post excerpts
- Ajax request sends url rather than data
- sliding/fading header plugin or approach suggestion
- How to displaying Custom image, text and default image logo from Redux Framework option panel
- Plugin Admin panel checkbox unchecked after submit
- Getting URL GET parameter with Code snippets and storing it in database?
- save_post_product action not firing
- Editing a coupon generating plugin
- WordPress fatal error from php protocol codes
- Changing wordpress/woocommerce notices default message to other languages (text)
- Why does my custom plugin only function correctly once per page?
- What is the right way to populate a dropdown from MySql?
- make p tag collapsed after 3 rows
- Scroll to ID broken in main menu
- I can’t view the orders on the woocomerce dashboard with the brainblocks plugin
- Generate and send ICS file through WordPress
- WP Plugin permissions – create new files
- Run a Change Role Cron Job on WordPress via cPanel
- How to display variables from plugin?
- How to make the first letter of a post title uppercase, in a plugin?
- Creating Admin Submenu Page via Class Method
- .htaccess file doesn’t work, with hundred tries
- How to change the product short description for each product with PHP?
- ACF Repeater Field Question [closed]
- How do I convince this button to do something when it is clicked?
- WordPress function to add text
- TheCartPress plugin – Make every item in store unique
- Doing action based on input from options menu
- Insert dynamic content into posts
- WordPress User Frontend Editing Custom Fields
- “The Events Calendar” Issues in WP 3.2
- My wordpress site wont load, it gives header error warnings
- Can anyone see a syntax error in this? [closed]