This question is locked. New answers and comments are not allowed.
wrapping a
around the
in my view pages?
that allows Visual Studio to format my jQuery/js code correctly and offer intellisense...
I'm wondering if there's a better way to get there than adding 58 bytes to every view?
<script type="text/javascript">// nothing here</script>around the
<% Html.Telerik().ScriptRegistrar() .OnDocumentReady(() => { %>//stuff<% });%>in my view pages?
that allows Visual Studio to format my jQuery/js code correctly and offer intellisense...
I'm wondering if there's a better way to get there than adding 58 bytes to every view?