Register the script first, then ask WP to enqueue it :
function add_my_script() {
wp_register_script('av_s', get_template_directory_uri() . '/js/av_s.js', array('jquery'));
wp_register_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js', array('jquery'),'1', true);
wp_enqueue_script('av_s');
wp_enqueue_script('jquery');
}
add_action( 'wp_enqueue_scripts', 'add_my_script' );
Returns in <head>
:
<script type="text/javascript" src="https://wordpress.stackexchange.com/questions/184882/{sitename}/wp-content/themes/twentytwelve/js/av_s.js?ver={version}"></script>
Related Posts:
- jQuery $(this) keyword
- JavaScript error (Uncaught SyntaxError: Unexpected end of input)
- Disable button in jQuery
- $.ajax – dataType
- How can I get the ID of an element using jQuery?
- My javascript is returning this error: $.ajax is not a function
- Bootstrap – Uncaught TypeError: Cannot read property ‘fn’ of undefined
- How to use jQuery qTip?
- Installing jQuery?
- Email validation using jQuery
- XML Parsing Error: not well-formed in FireFox but good in Chrome
- jQuery get value of selected radio button
- javascript function wait until another function to finish
- Clear form fields with jQuery
- How to use radio on change event?
- jquery – return value using ajax result on success
- onclick event pass
- id or value
- How can I change the text color with jQuery?
- How to get mouse position in jQuery without mouse-events?
- Show div #id on click with jQuery
- ajax stopped working when not logged in?
- Is there a way to enable Cross-Origin Resource Sharing for WordPress’ ajaxurl?
- How to get attachment id as soon as it is uploaded through media uploader in jquery?
- Using ‘$’ instead of ‘jQuery’ in WordPress
- jQuery and AJAX Not working with Select Form Element
- Horizontal scroller with post_thumbnail’s
- Force wp_enqueue_scripts to the HEADER?
- Is it possible to get the logged in username in a jquery script?
- Gravity Forms loading jquery
- Extend 3.5 media uploader plugin to change button name
- WordPress and jQuery [closed]
- Any good lightbox-like option that works in WP 3.2.1?
- Javascript included but alert() function not working
- Adding fields to the media uploader with jquery listeners
- Bind to WPSetAsThumbnail
- Disable collapse of admin meta boxes
- How do I activate jQuery/script on demand?
- How to delete post attachments when jQuery is used with a click event on the delete link
- How to properly add Bootstrap and JQuery Javascripts?
- Using multiple versions of jQuery while still calling it like WP likes
- adding google event tracking to links in posts
- Override default jquery ui library with newer version
- Can I make simple global tooltips in WordPress?
- WordPress Jquery Confliction with Plugin
- Is there a restriction in WP on the use of jQuery load function?
- Periodically getting jQuery “…. is not a function” errors [closed]
- Unwanted content in website title
- HTML editor accessing quicktag buttons
- show element on page load from external url only [closed]
- How to use datepicker.min.js?
- Sending click events to Google Analytics in WordPress: the easy way
- Accordion scrolls page too low after clicking on the title [closed]
- Exclude some scripts from removing unique scripts from head function
- Passing jQuery into the WordPress media uploader
- jQuery undefined function error with WP jQuery, but works with Google CDN
- How to enqueue jquery in admin and why is it not already there?
- Call a javascript function from another file
- Set TRUE or FALSE based on a wp_localize_script option value
- Why does my jQuery AJAX return 0?
- jQuery script is not working inside ‘head’ tag
- Why doesn’t jQuery use $, and how can I get it do so (GLOBALLY)?
- Simplest ajax form not working when it should
- Title on hovering on the featured image
- Changing WordPress URL breaks some jquery functions
- Extend the twentyten dropdown menu with jQuery with a delay onmouseout
- Notice-Updated div moving around unprompted
- Using jquery with wordpress using wp_enqueue_scripts
- get value from selected input
- Contact form 7 issue with jquery – hiding/showing fields [duplicate]
- Can’t execute jQuery before my script
- extra code in – blank jquery function
- Using WP functions inside javascript
- Why is ajax working on one server and not the next?
- Connect Agile Carousel to WordPress AJAX
- How to add shortcode to show/hide press releases?
- Calling multiple scripts using wp_enqueue_script
- Gutenberg Gallery Block – How to get the full image url in Javascript/jQuery?
- How to use script in WordPress installation?
- Defer Parsing of Scripts
- About Rendro Countdown
- Orderby post__in Not Working Correctly?
- $ not defined using jQuery in WordPress
- comment-reply.js disables any other form javascript
- File not enqueueing
- Enqueue script, taking no effect [closed]
- jQuery post method in admin menu
- Uncaught TypeError: undefined is not a function (shortcode-box)
- Running javascript in a child theme. Works in jsfiddle
- How to block action if post is “dirty”?
- $ not defined using jQuery in WordPress
- Group posts by weekly or monthly
- jQuery Ajax / Modal admin event not firing since 3.6. Seems to not recognize “a” tag
- Auto Select Child categories on Multiple Dropdown – Jquery
- adding the full image path to a wordpress javascript file
- jQuery Live Form Validation in WordPress
- Ensure an external javascript file called from plugin is loaded after jquery is called
- jQuery not working for tabs shortcode [closed]
- Why my vertical tab js code is refreshing the page continuously? [closed]
- bootstrap-slider.js by seiyria not working in wordpress
- jQuery cycle thumbnails?