Sha256: 6ec513042f0ef9bc5bd11e9da612111b9ea760732df17dafc4f445515abf77bd
Contents?: true
Size: 315 Bytes
Versions: 35
Compression:
Stored size: 315 Bytes
Contents
mumuki.load(function () { var setSolution = function (evt) { var indexes = $('.solution-choice:checked').map(function () { return $(this).data('index') }).get().join(':'); $('#solution_content').attr('value', indexes); }; $(document).ready(setSolution); $('.solution-choice').change(setSolution); });
Version data entries
35 entries across 35 versions & 1 rubygems