Dynamic variable names and values
Hi,
I have my variables in my database fields var_name and var_value
is it possible when doing $.each to create the variables and assign its values, something like this:
- --------
- --------
- --------
- my.[[[var_name]]] = [[[var_value]]]
- --------
- --------
- --------
Thanks,