-
Notifications
You must be signed in to change notification settings - Fork 692
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Added css/ folder and moved css files there. Folder references updated. 2. Added iconSet option to be used for alternate icon sets. Removed individual icon options. 3. Ditched showCheckAll, showUncheckAll, and showFlipAll. Just set the respective text options to null to hide the respective links. 4. Various performance tweaks: - Minimized $().append() - Switched from $().appendTo() to $().append()--the latter is faster. - Reordered appends to minimize reflowing and combine appends. - Eliminated recursion in _buildOptionList by implementing a secondary loop. - Implemented the use of $().toggle() more widely.
- Loading branch information
1 parent
105bb21
commit 406a6ba
Showing
24 changed files
with
654 additions
and
634 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.