[wp-trac] [WordPress Trac] #10627: QuickEdit replaces plugin functions with standard values
WordPress Trac
wp-trac at lists.automattic.com
Sun Aug 16 21:29:45 UTC 2009
#10627: QuickEdit replaces plugin functions with standard values
---------------------------------------------------+------------------------
Reporter: fob | Type: enhancement
Status: new | Priority: low
Milestone: Unassigned | Component: Quick Edit
Version: 2.8.4 | Severity: minor
Keywords: jquery, quickedit, comment moderation |
---------------------------------------------------+------------------------
Comment(by azaozz):
Can probably attach a custom event to the document and pass the table rows
to it so plugins can do:
{{{
jQuery(document).bind('wpQuickEdit', function(e, rows){
//console.log(e);
//console.log(rows);
});
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10627#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list