If this is your product, you can request to edit it here.
Version Reviewing: Great online tool
"easy free good online tool"
Summary:
this is the fantastic software and free to use for little period. very easy to install
Version Reviewing: 1
"Everything your current APM can't do"
Summary:
- fixes errors in minutes, before telling you who, what, when and why it happened - Whats broken, how to fix it.
|
What does this code do?
var thisQuestion = ('#question'+{QID}); $('input[type="radio"]', thisQuestion).on('click', function () { $('input[type="radio"]', thisQuestion).prop('disabled', false); $('input[type="radio"]:checked', thisQuestion).each(function(i) { var thisRow = $(this).closest('tr.answers-list'); $('input[type="radio"]', thisRow).not(this).prop('disabled', true); }); }); What action does this code perform?
Programming Language: JavaScript