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 tabs. How to select a tab based on its id not based on index

I have two tabs and configured usign jQuery UI. ul class="tabs" li tabone li tabtwo ul dynamically from C# …

jquery jquery-ui jquery-plugins jquery-selectors
Javascript Drag and drop for touch devices

I am looking for a drag & DROP plugin that works on touch devices. I would like similar functionality to …

javascript jquery jquery-ui touch
Make 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 …

jquery jquery-ui jquery-ui-dialog
jQuery AutoComplete Trigger Change Event

How do you trigger jQuery UI's AutoComplete change event handler programmatically? Hookup $("#CompanyList").autocomplete({ source: context.companies, change: handleCompanyChanged }); Misc …

jquery-ui autocomplete
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 …

javascript jquery jquery-ui
Twitter Bootstrap modal: How to remove Slide down effect

Is there a way to change the Twitter Bootstrap Modal window animation from a slide down effect to a fadeIn …

javascript jquery jquery-ui twitter-bootstrap
jQuery UI - Close Dialog When Clicked Outside

I have a jQuery UI Dialog that gets displayed when specific elements are clicked. I would like to close the …

javascript jquery jquery-ui jquery-ui-dialog
HTML Drag And Drop On Mobile Devices

When you add drag and drop to a web page using JavaScript, such as jQuery UI draggable and droppable, how …

javascript html jquery-ui mobile-devices
jQuery ui dialog change title after load-callback

I like to change the title from an UI Dialog after i have submitted a form in this UI Dialog. …

javascript jquery jquery-ui jquery-dialog
jQuery check if an input is type checkbox?

I'd like to find out if an input is a checkbox or not, and the following doesn't work: $("#myinput").attr(…

javascript jquery jquery-ui