Black Eagle Team Minishell
Path:
D:
/
inetpub
/
vhosts
/
supauldairy.com
/
httpdocs
/
MAIN
/
lib
/
[
Home
]
File: tasks.js
var TaskList = function () { return { initTaskWidget: function () { $('input.list-child').change(function() { if ($(this).is(':checked')) { $(this).parents('li').addClass("task-done"); } else { $(this).parents('li').removeClass("task-done"); } }); } }; }();
©
2020 Black Eagle Team