File manager - Edit - /home/wwwroot/camplus.hk/master.camplus.hk/public_html/assets/pages/scripts/tasks.js
Back
var AppTask = function () { return { //main function to initiate the module init: function () { $('.task-list input[type="checkbox"]').change(function() { if ($(this).is(':checked')) { $(this).parents('li').addClass("task-done"); } else { $(this).parents('li').removeClass("task-done"); } }); } }; }(); jQuery(document).ready(function() { AppTask.init(); });
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Generation time: 0.15 |
proxy
|
phpinfo
|
Settings