File tree Expand file tree Collapse file tree 3 files changed +61
-61
lines changed Expand file tree Collapse file tree 3 files changed +61
-61
lines changed Original file line number Diff line number Diff line change 5
5
" js/jquery.dataTables.min.js"
6
6
],
7
7
"src-repo" : " http://github.com/DataTables/DataTablesSrc" ,
8
- "last-sync" : " bfed98dfc77da69c764a98244cb04b2121359d67 " ,
8
+ "last-sync" : " 4e057f02a6f06f6e04bfd9b5a0d63c8281b1a597 " ,
9
9
"last-tag" : " 1.10.21"
10
10
}
Original file line number Diff line number Diff line change 3279
3279
}
3280
3280
3281
3281
/* ARIA role for the rows */
3282
- $ ( thead ) . find ( '> tr') . attr ( 'role' , 'row' ) ;
3282
+ $ ( thead ) . children ( ' tr') . attr ( 'role' , 'row' ) ;
3283
3283
3284
3284
/* Deal with the footer - add classes if required */
3285
- $ ( thead ) . find ( '>tr> th, >tr> td') . addClass ( classes . sHeaderTH ) ;
3286
- $ ( tfoot ) . find ( '>tr> th, >tr> td') . addClass ( classes . sFooterTH ) ;
3285
+ $ ( thead ) . children ( 'tr' ) . children ( ' th, td') . addClass ( classes . sHeaderTH ) ;
3286
+ $ ( tfoot ) . children ( 'tr' ) . children ( ' th, td') . addClass ( classes . sFooterTH ) ;
3287
3287
3288
3288
// Cache the footer cells. Note that we only take the cells from the first
3289
3289
// row in the footer. If there is more than one row the user wants to
You can’t perform that action at this time.
0 commit comments