jQuery UI is the official jQuery user interface library. It provides interactions, widgets, effects, and theming for creating highly interactive web applications.
139
votes
10answers
48k 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?
120
votes
4answers
29k views
Are there hosted jQuery UI themes anywhere? [closed]
Possible Duplicate:
Downloading jQuery CSS from Google's CDN
I'm using Google-hosted jQuery and jQueryUI, but I'm wondering if there are hosted jQueryUI themes anywhere? I'd like to ...
96
votes
13answers
61k 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', hide: 'Transfer', width: 320, ...
65
votes
7answers
27k 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. ...
63
votes
22answers
8k views
Your Favorite jQuery Controls & Plugins
I'm still getting into JQuery. One of the most attractive elements is the plethora of available plug-ins and controls!
Of late, I've been a big fan of the Accordion. When styled and combined with ...
50
votes
26answers
94k views
How can I disable a button in a JQuery dialog from a function?
I have a JQuery dialog that requires the user to enter certain information. In this form I have a "continue" button. I would like this "continue" button to only be enabled once all the fields have ...
48
votes
9answers
17k 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 ...
44
votes
11answers
36k views
jquery date picker 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?
Thanks,
Aanu
44
votes
8answers
32k views
How to resize the jQuery DatePicker control
I'm using the jQuery DatePicker control for the first time. I've got it working on my form, but it's about twice as big as I would like, and about 1.5 times as big as the demo on the jQuery UI page. ...
42
votes
15answers
19k views
Submit jQuery UI dialog on <Enter>
I have a jQuery UI dialog box with a form. I would like to simulate a click on one of the dialog's buttons so you don't have to use the mouse or tab over to it. In other words, I want it to act like ...
39
votes
10answers
60k views
Vertical Tabs with JQuery?
I want tabs along the left side of the page instead of across the top. I'm already loading JQuery for other reasons (effects), so I prefer using JQuery to another UI framework. Searches on "vertical ...
36
votes
12answers
12k views
Prevent jQuery UI dialog from setting focus to first textbox
I have setup a jQuery UI modal dialog to display when a user clicks a link. There are two textboxes (I only show the code for 1 for brevity) in that dialog div tag and it is changed to be a jQuery UI ...
36
votes
13answers
28k views
jquery UI dialog: how to initialize without a title bar?
Is it possible to open a jQuery UI Dialog without a title bar?
Thanks!
36
votes
10answers
75k views
jQuery UI Dialog Box - Close Function
I have a problem with the jquery-ui dialog box. The problem is that when I close the dialog box and then I click on the link that triggers it, it does not pop-up again unless I refresh the page. How ...
34
votes
17answers
11k views
Ruby on Rails 3.1 and jQuery UI images
I'm using Ruby on Rails (Edge, the development version), and Ruby rvm 1.9.2.
application.js is as follows.
//= require jquery
//= require jquery-ui
//= require jquery_ujs
//= require_tree
Where ...
34
votes
4answers
21k views
How can I make a jQuery UI 'draggable()' div draggable for touchscreen?
I have a jQuery UI draggable() that works in Firefox and Chrome. The user interface concept is basically click to create a "post-it" type item.
Basically, I click or tap on div#everything (100% high ...
32
votes
12answers
50k views
How to implement “confirmation” dialog in Jquery UI dialog?
I am try to use JQuery UI Dialog to replace the ugly javascript:alert() box.
In my scenario, I have a list of items, and next to each individual of them, I would have a "delete" button for each of ...
32
votes
5answers
53k views
AJAX Jquery UI Dialog window loaded within Ajax style Jquery UI Tabs
The ajax tabs work perfectly well. It's pretty straightforward with that part. However, getting the ajax UI Dialog modal window to trigger off of a link has been un-succesful.
Any help in this would ...
29
votes
3answers
17k views
How to draw a line between draggable and droppable?
I'm using the exelent JQuery UI to do a "mapping" so the user can "map"
persons from one program to persons from other program.
using this simple JQuery:
$(document).ready(function() {
$("div ...
25
votes
2answers
20k views
Jquery - Check if checkbox is checked
All,
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 ...
24
votes
10answers
4k views
How can I control IE6+jQuery+jQuery-ui memory leaks?
Here's a sample page with a couple datepickers. Here's the Drip result for that:
This page leaks indefinitely in IE6sp1 when I click the Refresh button repeatedly (IE6sp3+, Opera 9, Chrome2, and ...
24
votes
10answers
37k views
jQuery UI dialog positioning
I am trying to use the jQuery dialog UI library in order to position a dialog next to some text when it is hovered over. The jQuery dialog takes a position parameter which is measured from the top ...
24
votes
8answers
6k views
Anyone have ideas for solving the “n items remaining” problem on Internet Explorer?
In my ASP.Net app, which is javascript and jQuery heavy, but also uses master pages and .Net Ajax pieces, I am consistently seeing on the status bar of IE 6 (and occasionally IE 7) the message "2 ...
24
votes
9answers
40k views
Passing data to a jQuery UI Dialog
I'm developing an ASP.Net MVC site and on it I list some bookings from a database query in a table with an ActionLink to cancel the booking on a specific row with a certain BookingId like this:
...
23
votes
8answers
6k views
How can I disable a button on a jQuery UI dialog?
How do I go about disabling a button on the jQuery UI dialog. I can't seem to find this in any of the documentation in the link above.
I have 2 buttons on the modal confirmation ("Confirm" and ...
23
votes
7answers
19k views
jQuery UI Dialog Button Icons
Is it possible to add icons to the buttons on a jQuery UI Dialog? I've tried doing it this way:
$("#DeleteDialog").dialog({
resizable: false,
height:150,
modal: true,
buttons: {
...
22
votes
4answers
20k views
jquery checkbox value
If the checkbox values is checked then only i need to get the value as 1 else i need to get it as 0 ,how to do this using jquery
$("ans").val() will always give me one right in this case
<input ...
22
votes
9answers
30k 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 ...
21
votes
7answers
44k views
jQuery UI Tabs Get Currently Selected Tab Index
I know this specific question has been asked before, but I am not getting any results using the bind() event on the jQuery UI Tabs plugin. I just need the index of the newly selected tab to perform an ...
20
votes
3answers
9k views
Rails 3.1 and jquery-ui assets
This was asked in another question, but none of the solutions appear to work for me in 3.1rc1.
I'm trying to use the new assets stuff in rails 3.1 - I have the files:
...
20
votes
10answers
7k views
How to implement “mustMatch” and “selectFirst” in jQuery UI Autocomplete?
I recently migrated a few of my Autocomplete plugins from the one produced by bassistance to the jQuery UI autocomplete.
How can the "mustMatch" and "selectFirst" be implemented with just callbacks ...
20
votes
6answers
29k views
changing location.hash with jquery ui tabs
I've been trying to find a way to change the window.location.hash to the currently selected tab in Jquery UI Tabs.
I've tried:
$("#tabs > ul").tabs();
$("#tabs > ul").bind("tabsshow", ...
19
votes
5answers
2k views
JQuery UI, Combining Sortable with Droppable
I am trying to combine JQuery UI sortable with droppable to create multiple pages for dropping and sorting things. I have setup a blog entry with a stand-along demo here:
...
19
votes
6answers
8k views
jQuery Autocomplete plug-in search configuration
I'm looking into using jQuery autocomplete plug-in to implement user lookup by first or last name. It looks like by default autocomplete looks up words by character sequence no matter its occurrence ...
19
votes
2answers
14k views
jQuery UI Tabs - Available fx options
I haven't been able to find any real documentation on this, so I'm wondering if anyone knows all of the available fx options for jQuery UI Tabs?
The only ones I've seen so far are:
opacity: ...
19
votes
5answers
2k views
What is the benefits of using jQuery UI over plugins?
jQuery 1.3.2 minified is 55.9K, and jQuery UI core itself has more than 110K and top of that each component adds more to this core.
I am wondering good reasons to use jQuery UI over plugins.
For ...
18
votes
2answers
5k views
Using html in jQuery UI autocomplete
Before jQuery UI 1.8.4 I could use html in the JSON array I built to work with an autocomplete.
I was able to do something like:
$row_array['label'] = '<span style="color: red; font-family: ...
18
votes
7answers
7k views
jQuery UI Sortable — How can I cancel the click event on an item that's dragged/sorted?
I have a jQuery UI Sortable list. The sortable items also have a click event attached. Is there a way to prevent the click event from firing after I drag an item?
<!DOCTYPE html PUBLIC ...
18
votes
4answers
18k views
How can I make a JQuery UI Dialog automatically grow or shrink to fit its contents?
I have a JQuery UI dialog popup that displays a form. By selecting certain options on the form new options will appear in the form causing it to grow taller. This can lead to a scenario where the ...
17
votes
9answers
17k views
jQuery UI Dialog validation without using <form> tags
http://bassistance.de/jquery-plugins/jquery-plugin-validation/ looks to be the best jquery validation plugin out there. I can't seem to get it working in the jQuery UI dialog though.
This code works ...
17
votes
6answers
18k views
Hook into dialog close event
I am using the dialog from jquery-ui.
I am looking for way to refresh the page when in some circumstances when the dialog is closed.
Is there a way to capture a close event from the dialog?
I ...
16
votes
1answer
5k views
How to auto-center jQuery UI dialog when resizing browser?
When you use jquery UI dialog, all works well, except for one thing.
When the browser is resized, the dialog just stays in it's initial position which can be really annoying.
You can test it out on:
...
16
votes
5answers
2k views
jQuery, jQuery UI, and Dual Licensed Plugins (Dual Licensing)
OK I have read many posts regarding Dual Licensing using MIT and GPL licenses. But Im curious still, as the wording seems to be inclusive. Many of the Dual Licenses state that the software is ...
16
votes
2answers
17k views
jquery ui themes and html tables
is there anyway to theme an html table (css) with using the jquery css themes ? all of my components look like they belong together except for my html table which look different.
16
votes
4answers
5k views
Testing if jQueryUI has loaded
I'm trying to debug a website, and I think that jQueryUI may not have loaded properly. How can I test if jQueryUI has loaded?
16
votes
5answers
8k 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 ...
16
votes
2answers
5k views
Jquery datepicker localization
I need a french calendar and I can't understand the problem. I guess i'm not using the regional options like it should be. But...
Here is my code :
$(function() {
$('#Date').datepicker({
...
16
votes
4answers
22k views
How to change Jquery UI Slider handle
I want to modify the stock JQuery UI slider so that the handle has a arrow on it rather than being a square. i.e. I want to use a custom image as the handle.
There are a few tutorials that do it:
...
16
votes
11answers
17k views
JQuery UI Tabs Causing Screen to “Jump”
I'm using the latest version of the JQuery UI tabs. I have tabs positioned toward the bottom of the page.
Every time I click a tab, the screen jumps toward the top.
How can I prevent this from ...
15
votes
4answers
8k views
jQuery UI radio button - how to correctly switch checked state
If I have a set of radio buttons, all styled with jQuery UI's .button().
I want to change their checked state, but when I do so programatically on the container's change event with
$("#myradio ...