I can confirm it's slightly faster in my case (maybe 20-50ms for 58 rows, 3
inputs per row).
I can get it ~15ms faster by making it just one event handler, though it's
a bigger change:
$('#result_list').on('change', 'td:nth-child(n+2) :input', function() {
On Fri, Aug 4, 2017 at 7:29 AM, ecas wr
Hi,
I was doing some loading time benchmarking in Chrome and I noticed that the
javascript that sets up the actions in the admin page takes some time.
I pinpointed the problem to this jquery:
$('form#changelist-form table#result_list tr').find('td:gt(0)
:input').change(function() {
Hi All,
My day job has gotten unexpectedly busy, and it seems I've taken on more
than I can handle on the code side of things for this DEP. If someone else
can help out, that would be great. I can provide some help with the
documentation if it's still needed, though it seems like Tim's PR is pretty