this isn’t a WordPress thing, just an issue with your JS.
this:
jQuery("select[name^='post_author']").attr('selectedIndex',selected);
should be:
jQuery("select[name^='post_author']").val(selected).attr('selected','selected');
Related Posts:
- Auto Select Child categories on Multiple Dropdown – Jquery
- Using jQuery to delete data stored in wp_options
- possible to make sections in theme customizer sortable and saveable at publish button clicked?
- How do I setup nested repeatable option fields?
- Get value of selected option in select field in a WordPress form
- How to call custom jQuery plugins into the customizer controls
- Get selected value with PHP and jQuery
- Ajax Query returns zero
- $.ajax – dataType
- 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?
- javascript function wait until another function to finish
- How to get a cross-origin resource sharing (CORS) post request working
- Clear form fields with jQuery
- jquery – return value using ajax result on success
- onclick event pass
- id or value
- How can I change the text color 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?
- How to overwrite a JavaScript core function?
- 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
- Replacing select2 in admin backend for all selects
- WordPress and jQuery [closed]
- Any good lightbox-like option that works in WP 3.2.1?
- Javascript included but alert() function not working
- $wp_customize customizer_preview_init not firing inside javascript
- 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
- jQuery code not firing on page despite registering and enqueuing scripts
- How to properly add Bootstrap and JQuery Javascripts?
- Using multiple versions of jQuery while still calling it like WP likes
- Override default jquery ui library with newer version
- How to use Bootstrap with WP’s jQuery? [closed]
- 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
- show element on page load from external url only [closed]
- CodeMirror on Custom Widget Textarea
- 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
- Simple text and image slider
- 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
- Notice-Updated div moving around unprompted
- How do I use jQuery to add the TinyMCE WYSIWYG editor to a textarea?
- Unable to get my javascript to work on my website – what am I doing wrong?
- Using jquery with wordpress using wp_enqueue_scripts
- get value from selected input
- Contact form 7 issue with jquery – hiding/showing fields [duplicate]
- Why does deregistering jQuery cause other scripts not to load?
- extra code in – blank jquery function
- inner jQuery won’t work
- Absolute path to stylesheet_dir/images/my_img.jpg does not work?
- Which hook to use when adding ajax to viewer-facing side?
- WordPress and Modal Popup – how to make the already loaded javascript assets available in modal?
- jquery.min has very long TTFB
- animate.style on wp-login.php
- Theme style overrides the plugin style
- Form validation before submitting
- Special Characters and Spaces are not transferred correctly via AJAX call.
- How to manipulate elements on the Insert Media Attachment settings popup
- Site images are fixed in front of my site content [closed]
- How to toggle custom WP archive list
- I can’t enqueue Suggest.js in frontend – not added
- Jquery code won’t run loaded from WP, but run from console
- JQuery is not defined but jquery script is loaded in source [closed]
- jQuery post method in admin menu
- jQuery AJAX add json2 dependency?
- Running javascript in a child theme. Works in jsfiddle
- How to block action if post is “dirty”?
- $ not defined using jQuery in WordPress
- jQuery Ajax / Modal admin event not firing since 3.6. Seems to not recognize “a” tag
- 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
- Sliders with buttons [closed]
- Contact Form 7 – Submit Form not working After Ajax Request [closed]