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.
Hello,
On the Juice UI project, in the file Juice/JuiceApp.cs, there is mistakes on the references to the jQuery code :
Between lines 25 and 33, references goes to jQuery 1.8.0, I think it should refer to 1.8.2.
When installing juice UI 1.0, NuGet install jQuery 1.8.2, not 1.8.0.
That makes the scriptmanager generating a reference to a non existing jQuery library.
I'm new to Nuget but same kind of mistakes can occurs if this packet manager put jQuery to his latest version, instead there is some other ways to define it.
Hello, On the Juice UI project, in the file Juice/JuiceApp.cs, there is mistakes on the references to the jQuery code :
Between lines 25 and 33, references goes to jQuery 1.8.0, I think it should refer to 1.8.2.
When installing juice UI 1.0, NuGet install jQuery 1.8.2, not 1.8.0. That makes the scriptmanager generating a reference to a non existing jQuery library.
I'm new to Nuget but same kind of mistakes can occurs if this packet manager put jQuery to his latest version, instead there is some other ways to define it.
Cheers, Adrien JOLIBERT