0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 24 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added support for label-less optgroups in the drop-down-checklist such that instead of indenting the options in these groups, a special CSS style is applied, allowing, for example, grouping options separated by a thin border instead of using group labels and indentation. More... over 14 years ago
Fixed README typo. More... over 14 years ago
Updated README to describe new custom select text extension. More... over 14 years ago
Added support for a customTextFn option. This allows the caller to provide a custom function for computing the text string to be displayed in the select control for any given combination of selections. More... over 14 years ago
Added support for a new option called defaultText. This provides a default text string to use in the select box instead of an empty string, when there are no options checked. More... over 14 years ago
Added a workaround for a minor bug: The CSS hover class can get into a state where it is shown as hovered when it is not, and vice-versa. Changed the toggleClass code to specific addClass and removeClass so that at least when this happens, hovering back over it will get it back into a normal state. More... over 14 years ago
Updated README. More... over 14 years ago
Initial draft of README. More... over 14 years ago
Added support for "exclusive" options. When an exclusive option is checked, all other options are unchecked. When any option is checked, any other exclusive options are unchecked. More... over 14 years ago
Converted all the files from DOS CRLF line-endings to unix-style. More... over 14 years ago
Initial import of the original source of dropdown-check-list.0.6 from http://code.google.com/p/dropdown-check-list/ More... over 14 years ago
Initial creation of repository and README file. More... over 14 years ago