scarstens
4/2/2013 - 11:09 PM

Jquery code to use in chrome conolse to automaticly assign and submit a category and meta data selection to wpfilebase plugin since there is

Jquery code to use in chrome conolse to automaticly assign and submit a category and meta data selection to wpfilebase plugin since there is no bulk update tool.

jQuery('#file_category').val(4); jQuery('#file_languages\\[\\]').val('en'); jQuery('#file_requirements\\[\\]').val('pdfread');jQuery('#updatefile').submit();