Hi,
Does anyone know how to make this work?
var sectionId = 5;
repeat_section_ sectionId();
function repeat_section_ 5(){
alert("firing") ;
}
The function's name contains the variables value, so how do we make
the engine see that?
Thanks in advance for any help.
Does anyone know how to make this work?
var sectionId = 5;
repeat_section_ sectionId();
function repeat_section_ 5(){
alert("firing") ;
}
The function's name contains the variables value, so how do we make
the engine see that?
Thanks in advance for any help.
Comment