Difference between revisions of "Translations:AutoSum numerical text grid/7/da"
(Created page with "function(i) { if ($(this).attr("name").indexOf("QUESTION.") == 0) { $(this).keyup(function(){recalc()}); } } );") |
(No difference)
|
Latest revision as of 08:55, 3 August 2017
function(i)
{ if ($(this).attr("name").indexOf("QUESTION.") == 0) { $(this).keyup(function(){recalc()}); } } );