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.
Currently juiceui is dependent on jquery=1.7.1 and jquery.ui=1.8.18. If the project has the latest jquery package installed which is 1.7.2, then installation of JuiceUI package fails.
Possible fix: Make the dependency for jquery as >=1.7 && <1.8
and for jquery.ui >= 1.8.18 && <1.8.19
Currently juiceui is dependent on jquery=1.7.1 and jquery.ui=1.8.18. If the project has the latest jquery package installed which is 1.7.2, then installation of JuiceUI package fails.
Possible fix: Make the dependency for jquery as >=1.7 && <1.8 and for jquery.ui >= 1.8.18 && <1.8.19