Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/wp-admin/js/forms.js

    r7745 r8493  
    11function checkAll(jQ) { // use attr( checked, fn )
    2     jQuery(jQ).find( 'tbody :checkbox' ).attr( 'checked', function() {
     2    jQuery(jQ).find( 'tbody:visible :checkbox' ).attr( 'checked', function() {
    33        return jQuery(this).attr( 'checked' ) ? '' : 'checked';
    44    } );
Note: See TracChangeset for help on using the changeset viewer.