Hi there,
I am trying to found it the best way to keep my scripting i.e. jquery/javascript separate from my view (html) in asp.net MVC...
Does anyone have any idea the best way of doing this??
I am seeing alot of code smell in my views ...
I have used in the past JavascriptMVC which does a really good job and maybe its a good idea to combine them but considering i won't be using the view part of the javascriptmvc maybe its not the right direction to take..
I would really love some ideas and help on the best way of keeping scripting away from views etc..
I am using a number of external modules like YUI and jquery so if i need to employ another concept/layer - i don't see a problem
Look forward to any help
Thanksa