Changeset 10325
- Timestamp:
- 01/06/2009 11:28:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/js/common.dev.js
r10291 r10325 204 204 } ); 205 205 $( 'thead :checkbox, tfoot :checkbox' ).click( function(e) { 206 var c = $(this).attr('checked'), toggle = e.shiftKey || toggleWithKeyboard;207 206 if ( 'undefined' == typeof toggleWithKeyboard) 208 207 toggleWithKeyboard = false; 208 var c = $(this).attr('checked'), toggle = e.shiftKey || toggleWithKeyboard; 209 209 210 210 $(this).parents( 'form:first' ).find( 'table tbody:visible').find( '.check-column :checkbox' ).attr( 'checked', function() {
Note: See TracChangeset
for help on using the changeset viewer.