toChecklist Releases

<< Back

Current Version: Version 1.4.2

  • Minified  .zip file. (15.28 KB)
  • Full  .zip file. (19.12 KB)
Requires jQuery 1.3.x
Changes: Fixed a small bug that can arise when a list has more than the maximum number of selections pre-selected before it is converted to a checklist.

Version 1.4.1

  • Minified  .zip file. (15.73 KB)
  • Full  .zip file. (19.74 KB)
Requires jQuery 1.3.x
Changes: Added the option maxNumOfSelections and the corresponding function onMaxNumExceeded(), allowing developers to limit the number of selections a user can make in each checklist.

Version 1.4.0

  • Minified  .zip file. (15.61 KB)
  • Full  .zip file. (19.27 KB)
Requires jQuery 1.3.x
Changes: toChecklist now works with multi-SELECT boxes that have optgroup tags (used to separate the choices into groups). Also added the option preferIdOverName, so it can be made to work with Drupal's Views module.

Version 1.3.1

  • Minified  .zip file. (15.37 KB)
  • Full  .zip file. (18.84 KB)
Requires jQuery 1.3.x
Changes: Minor CSS update. Upgrade from 1.3.0 is unnecessary if everything looks fine to you. Added margin and padding declarations on the internal checklist label elements to reset them to zero, so that these properties will not appear to mess up the design if they inherit a site-wide style.

Version 1.3.0

  • Minified  .zip file. (15.36 KB)
  • Full  .zip file. (18.84 KB)
Requires jQuery 1.3.x
Changes: Added the option searchBoxText to allow developers to specify the text manually.

Version 1.2.0

  • Minified  .zip file. (15.35 KB)
  • Full  .zip file. (18.83 KB)
Requires jQuery 1.3.x
Changes: Added the option submitDataAsArray, which makes it possible to use an array in the name attribute of the select box when it is set to true, e.g. <select name="mySelectBox[]" multiple="multiple"></select>. (Defaults to true, for compatibility with PHP.) Fixed inconsistencies in styling due to line-height property in documentation stylesheet cascading down to the plug-in style. In other words, default plug-in styles on a blank page have similar spacing as in the documentation now.

Version 1.1.1

  • Minified  .zip file. (15.22 KB)
  • Full  .zip file. (18.66 KB)
Requires jQuery 1.3.x
Changes: Fixed bug in IE that prevented selection/deselection of checkboxes when showCheckBoxes was set to false. Also fixed a problem with IE7 label elements interfering with the li:hover styling on the checklists. Not perfect, but much better.

Version 1.1.0

  • Minified  .zip file. (15.09 KB)
  • Full  .zip file. (18.58 KB)
Requires jQuery 1.3.0
Changes: Added ability to check/uncheck all items, or invert the selection. Added isChecklist() method.

Version 1.0.1

  • Minified  .zip file. (14.82 KB)
  • Full  .zip file. (17.40 KB)
Requires jQuery 1.2.6
Changes: No changes. (Initial Release)

Version 1.0 was never officially released. I had already tagged 1.0 when I noticed a few bugs, so I fixed them, incremented the version, and released 1.0.1 as the first official release.


<< Back