Reputation: 32986
I want to use some of the widgets found in JQuery UI in my node server. But I'm having problems in just even getting a progress bar to update.
What are the best frameworks to use with JQuery UI, and are there any examples of nodejs servers that use it?
Upvotes: 1
Views: 210
Reputation: 3986
Not sure if you know about twitter bootstrap. But take a look it might have what you need and is extremely easy to use! It uses jQuery.
Upvotes: 1
Reputation: 7445
To use jQuery UI you only need jQuery Liblary
and jQuery UI Liblary
Both of them you can download from:
http://docs.jquery.com/Downloading_jQuery
Upvotes: 1