This question is locked. New answers and comments are not allowed.
Okay, this may be a stupid question, but I am having an issue with the ASP.NET MVC extensions. According to the Getting Started instructions, it is recommended to place Html.Telerik().ScriptRegistrar() at the bottom of the Master Page. I want to put a $(document).ready function in a view that uses that Master Page. When I run the page, it comes up with a javascript error telling me it does not recognize the $ used. Now I understand that is because the $ is used before the jquery library is loaded when Html.Telerik().ScriptRegistrar() is called, but my questions is this: How can one run view specific jquery javascript when Telerik tells us to put the Html.Telerik().ScriptRegistrar() at the bottom of the Master Page?
Thanks for any advice!
Thanks for any advice!