Juice UI is an open-source collection of WebForms components that brings jQuery UI Widgets to your project with ease. Start leveraging the power of the world's most popular JavaScript UI library while working with familiar code in your ASP.NET projects.
Dependencies were mismatched and causing errors when running the sample application. Nuget loads in jQuery 1.8.0 and JuiceApp.cs registers script reference for jQuery 1.7.1. This results in a 404.
Updated them to be in sync. jQuery is now 1.8.0 and jQuery UI is now 1.8.23
Dependencies were mismatched and causing errors when running the sample application. Nuget loads in jQuery 1.8.0 and JuiceApp.cs registers script reference for jQuery 1.7.1. This results in a 404.
Updated them to be in sync. jQuery is now 1.8.0 and jQuery UI is now 1.8.23
See changeset here: https://github.com/banzor/juiceui/commit/85cc6463d45948b63156b92fd59d07870b7d74f8