jQuery UI is the official jQuery user interface library. It provides interactions, widgets, effects, and theming for creating highly interactive web applications.

learn more… | top users | synonyms

113
votes
9answers
53k views

Can the jQuery UI Datepicker be made to disable Saturdays and Sundays (and holidays)?

I use a datepicker for choosing an appointment day. I already set the date range to be only for the next month. That works fine. I want to exclude Saturdays and Sundays from the available choices. ...
34
votes
6answers
8k views

What is the need of JSF. When UI can be achieved from css html javascript jQuery?

I was reading about JSF that its a UI framework and provides some UI components. But how is it better or different from number of components that can are available from extjs or jQuery or combination ...
134
votes
20answers
110k views

jQuery UI DatePicker to show month year only

I am using jQuery date picker to display the calendar all over my app. I want to know if I can use it to display the month and year (May 2010) and not the calendar?
107
votes
10answers
45k views

jQueryUI: how can I custom-format the Autocomplete plug-in results?

I'm using jQuery UI Autocomplete plug-in. Is there a way to highlight search character sequence in drop-down results? For example, if I have data: "foo bar" it and I search for "foo" I get "foo ...
180
votes
18answers
106k views

jQuery UI Dialog with ASP.NET button postback

I have a jQuery UI Dialog working great on my ASP.NET page: jQuery(function() { jQuery("#dialog").dialog({ draggable: true, resizable: true, show: 'Transfer', ...
278
votes
6answers
90k views

Downloading jQuery CSS from Google's CDN

I am planning on using Google to download the jQuery lib for both UI and Core. My question is, do they allow me to download the CSS for it or should I have to host it myself? Also if I use Google to ...
76
votes
9answers
21k views

Knockout with Jquery UI datepicker

I'm trying to use knockoutjs with jquery UI and I have an input element with a datepicker attached. I'm running knockout.debug.1.2.1.js and it seems that the change event is never being caught by ...
343
votes
18answers
130k views

Remove close button on jQueryUI Dialog?

How do I remove the close button (the X in the top right corner) on a dialog box created by jQueryUI?
152
votes
5answers
141k views

Check if checkbox is checked with jQuery

How can I check if a checkbox in a checkbox array is checked using the id of the checkbox array? I am using the following code, but it always returns the count of checked checkboxes regardless of id. ...
115
votes
15answers
189k views

jQuery UI DatePicker - Change Date Format

I am using the UI DatePicker from jQuery UI as the stand alone picker.. i have this code <div id="datepicker"></div> And the follow JS $('#datepicker').datepicker(); When i try to ...
34
votes
8answers
23k views

jQuery Drag And Drop Using Live Events

I have an application with a long list that changes frequently, and I need the items of that list to be draggable. I've been using the jQuery UI draggable plugin, but it is slow to add to 400+ list ...
113
votes
10answers
79k views

How to disable text selection using jQuery?

Does jQuery or jQuery-UI have any functionality to disable text selection for given document elements?
43
votes
6answers
24k views

jQuery UI Autocomplete widget search configuration

I'm looking into using the jQuery UI autocomplete widget to implement user lookup by first or last name. It looks like by default autocomplete looks up words by character sequence no matter its ...
43
votes
5answers
41k views

Javascript Drag and drop for touch devices [closed]

I am looking for a drag & DROP plugin that works on touch devices. I would like similar functionality to the jQuery UI plugin which allows "droppable" elements: ...
11
votes
1answer
19k views

How to change the color of jqGrid cell?

I use the following line at the $(document).ready( $("#stSearchTermsGrid").setCell(2, 2, '', {color:'red'}) ; but it doesn't work. Did I write it in a wrong way or placed it in the wrong place. I ...

1 2 3 4 5 137
15 30 50 per page