appendto / juiceui

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.
http://juiceui.com
GNU General Public License v2.0
125 stars 58 forks source link

Juice UI 1.0, bug with scriptmanager while referencing jQuery #27

Closed jolibert closed 12 years ago

jolibert commented 12 years ago

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