Hi Marko.
Please change this line of code:
pre
var InputValue = Apperyio("SelectionInput");
/pre
With following one:
pre
var InputValue = Apperyio("SelectionInput").val();
/pre
Regards.
Hi Marko.
Please change this line of code:
pre
var InputValue = Apperyio("SelectionInput");
/pre
With following one:
pre
var InputValue = Apperyio("SelectionInput").val();
/pre
Regards.
Can I ask, what the difference is as to why the variable RadioButtonValue has "Appery" while the variable InputValue has "Apperyio"?
What is the difference?
Marko,
Currently there is no difference between Appery and Apperyio root interface.
But it's strongly recomended to use Apperyio.
Regards.