All other scripts running on that page depend on the correct jQuery file shipped with WordPress: admin bar, jQuery-UI or other plugins.
Note that loading external resources is not possible in all setups, so your options page would not work in these cases.
To use scripts that needs $
use $ = jQuery.noConflict();
or put it into a wrapper.
Related Posts:
- How to hook CSS file according to theme selection in the customizer section
- How to: JQuery multiple wordpress media uploader buttons in the same options page?
- How to register and enqueue JavaScript files without breaking plugin dependencies?
- What is the preferred way to add custom javascript files to the site?
- Does the functions.php file ever get called during an AJAX call? Debug AJAX
- theme path in javascript file
- pass object/JSON to wp_localize_script
- Solutions for generating dynamic javascript / CSS
- WordPress API Menu/Submenu Order
- What are the advantages and disadvantages of Option Tree over the Customization API?
- How do I add settings to the Background Options Page?
- How To Add New Option Types To Option Tree?
- Is it possible ( or advisable) to allow open access to the new theme customizer for potential clients?
- What WP folder can I use to write files to?
- WordPress Settings API error
- Add a dropdown to theme customizer
- Understanding wp_add_inline_style
- Proper, exhaustive documentation for wp.editor etc
- Add a new checkbox in theme options
- Any alternate TinyMCE4 themes / subthemes?
- How to add Color Picker in Theme Options for the following?
- Setting multiple default background images?
- Best practice way to implement custom sections into a WordPress theme
- Is there a way to set the order of wp_footer hooked functions?
- Google Maps not displaying in wordpress using Google Maps Javascript API
- Trigger Customizer saving process with Javascript only
- Best practice (forward compatibility) for theme options
- How to set the default value of a option in a theme?
- What is the best practice for customizing a plugin’s JavaScript/jQuery?
- Where is default wp_head() implemented?
- Add a preview to a WordPress Control Panel
- WordPress settings API error when checkbox unchecked
- How to deploy a new theme/theme options from staging to production site
- WordPress Customizer Typography: How to load just the unique Google Fonts?
- What is the best way to export and import theme options?
- Changing the entire control choices using wp.customize with JavaScript
- esc_url not working within add_settings_field callback
- How to Change CSS Variable value in Theme Customizer Live Preview
- How to remove menus section from WordPress theme customizer
- Modifying JS files in Child-theme
- WordPress Errors in generated by theme check plugin [closed]
- WordPress Theme customisation CSS
- Select front page and blog page in custom theme settings page
- Whats the safest way to output custom JavaScript and Css code entered by the admin in the Theme Settings?
- WordPress Customizer Control with React
- Using the theme options to change background
- How to configure wordpress to work with Vuejs with SSR and without hashbang
- Cannot update WordPress General Settings Site Title and Tagline
- Theme Options page not showing up in admin menu
- How Can I Create a List of Values to Be Iterated Through via WordPress Customization API?
- Change setting name in Customizer and keep the data
- Is there a way to activate different theme for specified users? [closed]
- How to correctly add JQuery in a WP theme?
- using wordpress without javascript
- after_setup_theme, Global Variable and Theme Customizer
- Is there an action for save_menu and/or update_menu?
- Including Javascript options
- For best DB performance should I serialize all theme options together or by type?
- Set multiple templates per post
- Creating Theme Options Page
- Location of theme options page menu icon
- WordPress add options to theme not displaying
- qTranslate with my own theme and settings
- Create wordpress header with custom logo in between the menu splitting the menu into two equal parts [closed]
- JavaScript Change focus to password field login page being reset
- jQuery not available to other scripts
- Access theme options in templates
- get_option in header.php not returning value from customizer
- Internal error 500 accessing Theme > Customize
- How to make Isotope and WordPress work together?
- Can I have two different theme for two different language?
- Using an if statement in the theme customizer page
- How to add “Template” option in page attributes panel?
- Single page site with history.js
- How would you accomplish the following advanced settings page?
- Single Page Design, Storing in Theme Options
- How to add material design css in wordpress and woocommerce
- Use second time navigation.js in underscores [closed]
- How can I make my options in an array and store theme in WP options one DB row?
- How to show custom meta_key in each li of menu
- Theme Javascript.php Overwritten Nightly [closed]
- Following Web Performance Optimization techniques to output static and dynamic css
- How to get javascript slider to work! [closed]
- How to disable wordpress from overload my stylesheet styles with customizer styles
- How to enqueue javascript for WP Customize options sidebar?
- How do i place same widgets multiple time by default on theme activation?
- Theme Customizer not loading JS for live preview
- Is it possible to save more than one image to an option?
- correct tags for validating input types
- Common single page template options
- What is the meaning of WordPress’s recommended css classes and where are they applied?
- Would to use AJAX to get an option from the database and use it in a jquery setup or is there an alternative to consider?
- Efficiency of wp_options vs a new table
- How to support letting users add their OWN logo to a custom theme?
- My jQuery is enqueued properly. So why isn’t it working?
- Enqueued JavaScript is not working
- Change WordPress header color using customizer
- How do I use a color from theme options?
- How can I change the theme of different posts using a plugin?
- How to Create custom xml file for demo content for custom theme?