Monday, 30 September 2013

How to organize js files for a multi page mvc applicaiton

How to organize js files for a multi page mvc applicaiton

We have a project implemented using ASP.NET MVC 4. it is a multi page
application.
We use jQuery for handling client side interactions. Now the js file has a
lot of callback functions.
What is the best way to organize the code in the javascript file?

No comments:

Post a Comment