I'm banging my head against the desk trying to get even a basic slider working. I think it must have something to do with the style, but I can't get the dang thing to even display.
I have a very basic ASP.NET MVC application and in a view, i have:
<% using (Html.BeginForm()) { %>
and in my Site.Master:
I have a completely working field that takes its value from a jquery datepicker (and I can select the theme OK), so I must have something right. But whatever I do, it doesn't even display the slider.
What do I need to do? Any help is much appreciated. Rather than using "../../Scripts/*" which will break if your URL structure changes, I'd recommend you use "<%= Url.Resolve("~") %>/Scripts/*"