Top "Jquery-ui" questions

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

jquery UI dialog: how to initialize without a title bar?

Is it possible to open a jQuery UI Dialog without a title bar?

jquery jquery-ui
How to disable text selection using jQuery?

Does jQuery or jQuery-UI have any functionality to disable text selection for given document elements?

javascript jquery jquery-ui
JavaScript Uncaught ReferenceError: jQuery is not defined; Uncaught ReferenceError: $ is not defined

This is my fiddle, http://jsfiddle.net/4vaxE/35/ It work fine in my fiddle. However, when I transfer it to …

jquery jquery-ui referenceerror
JQuery confirm dialog

Possible Duplicate: Yes or No confirm box using jQuery I see a lot of examples here about replacements for jQuerys …

jquery jquery-ui confirm
How to completely remove a dialog on close

When an ajax operation fails, I create a new div with the errors and then show it as a dialog. …

jquery-ui jquery-ui-dialog
Trees in Twitter Bootstrap

I have been trying to work on creating a tree (like a directory tree) that uses as much CSS and …

javascript jquery twitter-bootstrap css jquery-ui
How to close jQuery Dialog within the dialog?

How to close jQuery Dialog within the dialog without using the close button? Inside the Dialog is a simple form …

jquery jquery-ui jquery-ui-dialog
How to make <input type="date"> supported on all browsers? Any alternatives?

I'm working with HTML5 elements input attributes and only Google Chrome supports the date, time attributes. I tried Modernizr but …

javascript jquery html jquery-ui
How to get the selected date value while using Bootstrap Datepicker?

Using jquery and the Bootstrap Datepicker, how do I get the new date value I selected using the Bootstrap Datepicker? …

jquery ruby-on-rails jquery-ui twitter-bootstrap datepicker
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, …

c# asp.net jquery jquery-ui postback