VS2008.
I have an MVC application and am dynamically rendering html for the controls that I create.
I wrote some javascript and put the .js file.
My main page has a link to my jquery js file.
Then the user element calls my html rendering code.
My js file uses jQuery.
When I debug, I get an "undefined" error when printing an expression in the Immediate window.
Is it because my js file is not referencing a jquery js file?
If so, how to do it?
Malcolm
source
share