Difference between revisions of "Translations:AutoSum numerical text grid/7/da"

From Catglobe Wiki
Jump to: navigation, search
(Created page with "function(i) { if ($(this).attr("name").indexOf("QUESTION.") == 0) { $(this).keyup(function(){recalc()}); } } );")
 
(No difference)

Latest revision as of 09:55, 3 August 2017

function(i)

     {
        if ($(this).attr("name").indexOf("QUESTION.") == 0)
        {
           $(this).keyup(function(){recalc()});
        }
     }
  );