I have several jQuery function like function setOne(); setTwo(); setThree();
function setOne(); setTwo(); setThree();
and a variable var number that values respectively \"one\", \
var number
If the variable details the actual name of the JQuery function and you want to apply the function to a DOM element like 'body', you can do the following:
$('body')['function-name']('params');