I'm not familiar with JS, so please help me here
I've used to call element like this before:
$(.ddlPage).change();
Now I would like to replace 'ddlPage' with a string variable. How can I call it with variable?
$(.elemID).change(); (is obviously wrong)