I want to access a Session value in jquery method in the ASP.NET MVC view page. See the below code,
$(\'input[type=text],select,input[type=checkbox],input[ty
Easy! when you know how:
...and in the .js file:
var classificationTitle = document.getElementById('classificationTitle').innerHTML;
sorry - I can't post the full html as this site strips out angle brackets :(