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
23 views
Add/remove record from one table/list to another table/list by clicking add/remove
I have 2 lists of users.
I will search record on the basis of name. In front of each record there is a add Link. On clicking on that Add link record should add in to below list of users which I ...
0
votes
1answer
10 views
Detect when an element is dragged onto a “delete” icon
I have a page with a "delete" icon (a small trash bin) and a number of image elements using the jQuery UI sortable plugin. I'd like to be able to drag an element over the trash bin icon and delete it. ...
0
votes
0answers
18 views
jQuery UI dialog dynamic loaded content overflowing dialog box, force resize not working
I am dynamically loading content into a dialog box and have run into an issue with the height setting. As you can see below, the height of the dialog box isn't being set at all, and the content within ...
0
votes
1answer
12 views
Keeping a box from dropping through to the lower of two sibling droppables
I have a jsfiddle here - http://jsfiddle.net/eswZS/1/ - with two sibling boxes that overlap and are droppable. I only want the redBox to drop into the top beige box when I drop it over the two but ...
0
votes
0answers
6 views
jquery-ui-map init event not called
I am learning about JQUERY MOBILE and tried to add a map using jquery-ui-map plugin.
Map is displayed properly, but I am having problems with adding markers to it.
Functions like: ...
0
votes
0answers
7 views
Bootstrap .navbar-responsive-collapse works just fine in desktop browser but not mobile
So I have this fiddle when viewed on a mobile device it works right. However when it is viewed as the embedded page or on the website I am developing it does not use the .navbar-responsive-collapse ...
0
votes
1answer
11 views
Greedy not capturing the first event
I have a jsfiddle here - http://jsfiddle.net/xVvZB/1/ - with two overlapping beige boxes that are droppable and a red box to drop onto the beige boxes. Even though I have "greedy" set true in the ...
0
votes
0answers
5 views
jQuery TagIt Allow New Values
I'm using jQuery Tagit and the integrated jQuery UI Autocomplete integration to try and get a working tag system with suggestions based on existing tags. The problem is that right now the autocomplete ...
0
votes
0answers
17 views
jQuery UI Menu Positioning Issues
I'm trying to use jQuery UI to create a dropdown menu on a site that I'm working on. It looks okay at first glance, but the starting position of the nested ul elements seem to be blocking the next ...
0
votes
1answer
15 views
Angular.js angular-dragdrop custom callback function not found
I'm using this plugin with Angular. In the documentation it says that
onDrop callback method to be invoked a draggable is dropped into the droppable
so I tried using it like this (the ...
0
votes
0answers
13 views
Jquery draggable sortable
I ve a container
<div id="contenitore" class="connectedSortable"></div>
whit this Jq code
$( "#contenitore" ).sortable({
update: function(event, ui){
ElementAppend();},
connectWith: ...
0
votes
0answers
7 views
jquery datepicker _checkOffset, inaccurate page height
I'm using jquery ui 1.8, to show a date picker on fields.
I've noticed that certain fields at the bottom of the page show the datepicker below (and extend the page to fit the div) instead of above.
...
0
votes
0answers
5 views
jQuery UI Drag/Drop - Overflow, position fixed - FireFox drop not firing
I am building my system and I wanted to use jQuery UI, but I am experiencing some trouble with FF, it works fine with IE and Chrome no problem, and as these are the two main browsers used by the ...
0
votes
0answers
10 views
Add limit on animating object via using draggable
Im trying to build a custom timeline in which it is controlled by an element using draggable. I'd like to limit the movement of the timeline when it reaches a certain point.
//add movement ...
0
votes
1answer
15 views
jquery function to display arrows that point to buttons with a short explanation for each
I am looking for jquery / CSS functionality that will enable me to display to a user upon their first login arrows with explanations ... that point to specific locations-buttons.
I looked into ...