I hereby claim:
- I am xnhinzkyx on github.
- I am nriconalla22 (https://keybase.io/nriconalla22) on keybase.
- I have a public key ASDx3SSTyVYXLcjQry4UjmoeL35JKplco7KemLOzqA5Viwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| (function($) { | |
| var methods = { | |
| init: function() { | |
| var $ul = $("<ul/>").insertAfter(this); | |
| var $container = $ul.prev().andSelf().wrapAll("<div class='multiselect-to-checkboxes'></div>"); | |
| var baseId = "_" + $(this).attr("id"); | |
| $(this).children("option").each(function(index) { | |
| var $option = $(this); | |
| var id = baseId + index; |