Is it possible to use jsp variable value to initialize JQUERY variable?
- by Param-Ganak
Hello Friends!
I have some questions which are as follows:
1. How can I use the JSP variable/array in JQUERY code? Here what ever the JQUERY code we have is stored in separate .js file and that file is included in the JSP file.
2. Actually I want to initialize the JQUERY array with the JSP variable.
So please guide me to achieve this task.
Thank You