jQuery UI is the official jQuery user interface library. It provides interactions, widgets, effects, and theming for creating highly interactive web applications.
0
votes
0answers
7 views
Is it possible to use sql light with phonegap application using web view and jquery mobile UI?
Our idea is to develop two versions of android app using titanium and mobile website using phonegap and jquery mobile UI at the same time.
Let's say we design our web UI using jquery mobile UI and ...
0
votes
0answers
7 views
AngularJs + JQueryUI waiting for response
I am trying to make some useful directives with jQueryUI widgets for my AngularJS base application.
One of them works on "select" element and am ok with directives but only thing do not understand ...
0
votes
1answer
15 views
jquery formatDate localization
I just don't understand, I practically copied the code from jquery docs, maybe someone else will see why it is not working.
$("#date").text($.datepicker.formatDate('d. MM', new Date()),{monthNames: ...
0
votes
0answers
10 views
jquery ui tooltip manual open /close
is there a way to manually open close the jquery ui tooltip? I just want it to react to a click event toggling on/off. You can unbind all mouse events and it will rebind them when calling ...
-1
votes
1answer
19 views
How to set target with event.target name element?
I use UI dialog for a Ajax form.
UI dialog must appear with clicking on two to six link with different ID.
After submitting form and hiding the UI Dialog, Ajax return and replace submitted row from ...
0
votes
0answers
10 views
jQuery UI Multiple Droppable - drag whole div element & clone
I've just started using jQuery UI to drag divs into a columns in a table. I have a couple different draggable divs with different background-colors and text inside them, and I need them to be able to ...
0
votes
0answers
8 views
changing ui-loader position
I have a custom gif that i use as a loading icon that I implemented in the jquery.mobile-1.1.1.min.js file.
var j=a("<div class='ui-loader' style='opacity:.4'><img ...
0
votes
1answer
21 views
Jquery UI Resizable Aspect Ratio setting conditional on type of contents
I am building an app where I have different kinds of divs going onto the page. Some are filled with an <img> and some with a <span>. All divs have a class called draggable on them. I make ...
0
votes
0answers
29 views
Jquery tabs overwriting content links
Im using Jquery tabs, and for some reason it is over-righting links with an id of #ui-tabs[object , object] ( a href="#ui-tabs[object , object]" )
an ideas why this is happening?
below is a sample ...
0
votes
1answer
40 views
jQuery ui dialog not using site.css in ASP.NET MVC 3 app
I am using jQuery ui dialogs in my MVC 3 app and for some reason, the style elements that are defined in my site.css file are applied everywhere except in the jquery dialogs.
I tried finding what's ...
2
votes
0answers
16 views
Droppable not recognising draggables
I'm using jQuery to create a droppable element - this appears to work fine, as the element gets the class ui-droppable.
I've set it up like this:
$('#trashcan').droppable({
drop: ...
1
vote
0answers
21 views
Delay loading the navigation menu items
I have a top navigation menu for my site. The requirement is to open a huge menu on click of each top navigation menu item. For the reasons of performance I would want to load the page and then in the ...
0
votes
0answers
22 views
Best way to split jquery ui plugin into different source files
I am about to develop a jquery ui plugin. I've searched the web a long time, but didn't find something about my "problem".
The plugin will be a very big one, thus I don't want the complete source ...
2
votes
2answers
49 views
Only one of my jQuery Dialog's is showing. How do I make them all show?
I have created 4 jQuery Dialog's like below shows:
<div id="addCustomer" title="Add Customer">
<h2>Add Customer</h2>
<label>Customer Name: </label><input ...
0
votes
1answer
22 views
Disable jQueryUI button and keep its original layout/style
If I disable jQueryUI button using "disabled" option, button goes dim.
But I don't want it that way - I just want it unresponsive and styled in its original layout - no rollovers, no clicks - ...