For the moment I have my JQuery code in <script>
tag inside View. But like css you usually have your css code in .css file in Content folder(in MVC project).
How is it for JQuery? Are they suppose to be stored somewhere as well?
For the moment I have my JQuery code in <script>
tag inside View. But like css you usually have your css code in .css file in Content folder(in MVC project).
How is it for JQuery? Are they suppose to be stored somewhere as well?