/ Published in: JavaScript
Delete a page of wordpress posts with one click ("Run" in Firebug or Developer Tools)
Expand |
Embed | Plain Text
var $ = jQuery; $('select[name="action"]').val('trash'); $('#cb>input').attr('checked',true).trigger('click'); $('#doaction').trigger('click');
You need to login to post a comment.
