Quick Select Authors during WP Import
jQuery('#authors li').each(function(){
  var strong = jQuery(this).find('strong').html(),
  strong_end = strong.indexOf(' ('),
  name = strong.substring(0,strong_end),
  select_field = jQuery(this).find('select');
select_field.find("option:contains('"+name+"')").prop("selected","selected");
})Written by Dewey Bushaw
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
 #Jquery 
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#

 
 
 
 
