There exist some concept like variables variable to print variable names or call functions dynamically:
http://php.net/manual/en/language.variables.variable.php
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The closest JavaScript equivalent is bracket notation, for example:
You can test it out here, in JavaScript calling these two is equivalent:
And the latter allows you to use a variable, to get any property or method you want.
To be clear this is a JavaScript behavior, there’s nothing specific to jQuery about it.