Skip to main content

Questions tagged [jquery-ui]

jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.

jquery-ui
599 votes
29 answers
1.8m 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 following JS: $('#datepicker').datepicker(); When I ...
tarnfeld's user avatar
  • 26.4k
91 votes
7 answers
170k views

Jquery UI datepicker. Disable array of Dates

I have been trying to search for a solution to my Jquery ui datepicker problem and I'm having no luck. Here's what I'm trying to do... I have an application where i'm doing some complex PHP to return ...
Daniel White's user avatar
  • 3,347
688 votes
8 answers
484k views

Can I make a <button> not submit a form?

I've got a form, with 2 buttons <a href="index.html"><button>Cancel changes</button></a> <button type="submit">Submit</button> I use jQuery UI's button on them ...
alex's user avatar
  • 486k
394 votes
31 answers
738k 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?
Aanu's user avatar
  • 4,219
354 votes
13 answers
632k views

jQuery Event : Detect changes to the html/text of a div

I have a div which has its content changing all the time , be it ajax requests, jquery functions, blur etc etc. Is there a way I can detect any changes on my div at any point in time ? I dont want ...
BoqBoq's user avatar
  • 4,654
197 votes
13 answers
163k 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. ...
cletus's user avatar
  • 622k
4 votes
1 answer
4k views

MVC Force jQuery validation on group of elements

My form I am designing with MVC 4 has mutiple DIVS with many elements in each one. My objective is to open/close DIVS as the user completes the fields. However, I want to use the unobtrusive ...
Dean.DePue's user avatar
  • 1,013
299 votes
17 answers
179k 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:...
Paul's user avatar
  • 12.6k
135 votes
13 answers
72k views

jQuery UI datepicker change event not caught by KnockoutJS

I'm trying to use KnockoutJS with jQuery UI. I have an input element with a datepicker attached. I'm currently running knockout.debug.1.2.1.js and it seems that the change event is never being caught ...
Jose's user avatar
  • 11k
195 votes
15 answers
363k views

How to get HTML 5 input type="date" working in Firefox and/or IE 10

I find it odd that input type="date" is still not supported in Firefox after all of this time. In fact, I don't think they added in much (if any) of the HTML 5 new types on an input element. Not ...
Solomon Closson's user avatar
168 votes
13 answers
100k views

How can I custom-format the Autocomplete plug-in results?

I’m using the jQuery UI Autocomplete plug-in. Is there a way to highlight search character sequence in drop-down results? For example, if I have “foo bar” as data and I type "foo" I’ll get “foo bar” ...
dev.e.loper's user avatar
  • 35.8k
128 votes
13 answers
162k views

putting datepicker() on dynamically created elements - JQuery/JQueryUI

I have dynamically created textboxes, and I want each of them to be able to display a calendar on click. The code I am using is: $(".datepicker_recurring_start" ).datepicker(); Which will only work ...
steeped's user avatar
  • 2,623
419 votes
17 answers
1.0m views

Slide right to left?

How can I have a div go from collapsed to expanded (and vice versa), but do so from right to left? Most everything I see out there is always left to right.
rmontgomery429's user avatar
67 votes
15 answers
256k views

How to reload current page without losing any form data?

Can I reload current page without losing any form data? I used.. window.location = window.location.href; and window.location.reload(true); But these two things can't get earlier form datas for me....
Cataclysm's user avatar
  • 8,237
616 votes
11 answers
1.2m views

How to use radio on change event?

I have two radio button on change event i want change button How it is possible? My Code <input type="radio" name="bedStatus" id="allot" checked="checked" value="allot">Allot <input type="...
Ashish Mehta's user avatar
  • 7,366

15 30 50 per page
1
2 3 4 5
274