node ninja
node ninja

Reputation: 32986

What frameworks to use with JQuery UI?

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

Answers (3)

c0deNinja
c0deNinja

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.

Twitter Bootstrap

Upvotes: 1

Mateusz Rogulski
Mateusz Rogulski

Reputation: 7445

To use jQuery UI you only need jQuery Liblary and jQuery UI Liblary Both of them you can download from:

http://jqueryui.com/download

http://docs.jquery.com/Downloading_jQuery

Upvotes: 1

Blaster
Blaster

Reputation: 9080

It's just the jQuery since jQuery UI is based on that.

Upvotes: 1

Related Questions