I have quite a few partials in my application, and some of them need to do some jQuery goodness at $(document).ready time.
The problem is, if I put the $(document).r
is there anything wrong with doing something like this:
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> This is my <%: Model.name %> partial view