-
- Downloads
- Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery...
- Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery .once() method which streamlines the way behavior functions work. Previously, we had to manually ensure that an element is only initialized once. Usually, this happens by adding classes and selecting only those elements which do not have that class. However, this process can be separated out into a jQuery ‘filtering’ function which does all the grunt work.
Showing
- includes/common.inc 2 additions, 1 deletionincludes/common.inc
- misc/autocomplete.js 1 addition, 2 deletionsmisc/autocomplete.js
- misc/batch.js 1 addition, 5 deletionsmisc/batch.js
- misc/collapse.js 5 additions, 4 deletionsmisc/collapse.js
- misc/drupal.js 9 additions, 5 deletionsmisc/drupal.js
- misc/form.js 2 additions, 4 deletionsmisc/form.js
- misc/tabledrag.js 5 additions, 11 deletionsmisc/tabledrag.js
- misc/tableheader.js 3 additions, 5 deletionsmisc/tableheader.js
- misc/tableselect.js 1 addition, 2 deletionsmisc/tableselect.js
- misc/textarea.js 7 additions, 11 deletionsmisc/textarea.js
- misc/timezone.js 1 addition, 1 deletionmisc/timezone.js
- misc/vertical-tabs.js 2 additions, 2 deletionsmisc/vertical-tabs.js
- modules/block/block.js 1 addition, 2 deletionsmodules/block/block.js
- modules/color/color.js 3 additions, 5 deletionsmodules/color/color.js
- modules/comment/comment.js 1 addition, 3 deletionsmodules/comment/comment.js
- modules/system/system.js 13 additions, 19 deletionsmodules/system/system.js
- modules/system/system.module 10 additions, 0 deletionsmodules/system/system.module
- modules/toolbar/toolbar.js 4 additions, 10 deletionsmodules/toolbar/toolbar.js
- modules/user/user.js 2 additions, 2 deletionsmodules/user/user.js
Loading
Please register or sign in to comment