Changeset 57745
- Timestamp:
- 02/29/2024 10:00:53 PM (11 months ago)
- Location:
- trunk/src/js/_enqueues/admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/admin/common.js
r57654 r57745 1170 1170 1171 1171 // Toggle the "Select all" checkboxes depending if the other ones are all checked or not. 1172 var unchecked = $(this).closest('tbody').find(' :checkbox').filter(':visible:enabled').not(':checked');1172 var unchecked = $(this).closest('tbody').find('tr.iedit').find(':checkbox').filter(':visible:enabled').not(':checked'); 1173 1173 1174 1174 /** -
trunk/src/js/_enqueues/admin/inline-edit-post.js
r57580 r57745 269 269 $next = $this.parent().next().children( '.ntdelbutton' ); 270 270 271 $( 'input#cb-select-all-1, input#cb-select-all-2' ).prop( 'checked', false ); 271 272 $( 'table.widefat input[value="' + id + '"]' ).prop( 'checked', false ); 272 273 $( '#_' + id ).parent().remove();
Note: See TracChangeset
for help on using the changeset viewer.