Tagged Questions
jQuery UI is the official jQuery user interface library. It provides interactions, widgets, effects, and theming for creating highly interactive web applications.
-2
votes
0answers
55 views
jQuery floating div positioning
I have the following JavaScript code that tries to position a floating div on the right of the selected checkbox:
function position_user_details(user_id) {
hanger_id = "hanger_" + user_id;
...
0
votes
1answer
23 views
jQuery edit attribute values with [i]
I am using jQuery UI Sortable for Drag/Drop re-ordering of rows in a table, and it's working fine.
However, the inputs in the rows have a counter which is their position in the table.
They are of the ...
0
votes
0answers
11 views
JQuery UI Draggable and CKEditor on Dynamic Content
Full code can be viewed on JSBin - http://jsbin.com/AxUduNU/1/edit
I'm working on a wysiwyg website designer and I'm having a bit of trouble.
I add a div dynamically by clicking a div icon in the ...
0
votes
1answer
10 views
Change Jquery UI datepicker positioning to top
So I wanted my date picker to be on top of input and i got this code, which is working on jsfiddle but when I run it on my own, nothing happens. Can you tell me if something is wrong?
<html ...
1
vote
1answer
19 views
jquery rotate more than 1 element at a time
I'm trying to use this script for making elements rotatable, which uses jQueryUI.
It binds to an element with
var elem = $('.elem-wrapper');
elem.parent().rotatable({ //
autoHide: false
});
...
0
votes
1answer
19 views
jQuery Autocomplete binding dynamic elements
What I'm trying to do is have the auto-complete bind to newly added inputs. Here's how I have it coded:
<input size="80" type="text" class="ccnotes" name="dwg_notes[]" id="1200" />
This is ...
0
votes
0answers
27 views
how to refresh jquery-ui dynamically?
I am using jquery,jquery-ui and other libraries, in a bookmarklet.
Only the custom process reside in the bookmarklet. jquery-ui is loaded from an external script, I made a copy on my web storage (just ...
0
votes
2answers
23 views
jquery button in login page
I'm very new at programming and I have some problem about jquery button.
I want to use jquery button(jqueryUI) but it doesn't work , my page show "Username and Password Incorrect!" but If I use ...
0
votes
0answers
38 views
How to get tabs, loaded html into a div, and accordion forms to work
I have a rather complex problem and only a limited knowledge, so I am having trouble figuring out what exatcly is causing the problem let alone how to solve it.
I have a 'parent' page with a jquery ...
0
votes
1answer
21 views
Created forms from JSON Schema, How to get form values globally?
I have created form with haml and I just want to optimize with this jsonForm builder.
Following is sample form I created with reference document:
https://github.com/joshfire/jsonform
...
0
votes
0answers
17 views
How insert a jQgrid into different accordion?
I have a problem with jQgrid and accordion using JQuery.
I use 4 accordion, and in two of these I insert a jQgrid. The problem is that all component after the first jqgrid are insert in the same ...
0
votes
1answer
20 views
jQuery UI draggable with CSS clipping
I have the following (greatly simplified) HTML, generated by a script I have no control over:
<span style="display: inline-block; position: relative; width: 4em; height: 0px;">
<span ...
0
votes
1answer
25 views
Problems with datepicker UI
I have 2 input fields, the first one is for a date picker and the second one for a time picker. If I choose in my date picker for Tuesday, Thursday, Friday, Saturday or Sunday then can I book a table ...
1
vote
1answer
20 views
Send visitor to new page after Drag and Drop
I want to send a visitor to a new page after they drag three coins into three different jars, but I am unsure of how to trigger the new page after they drag the coins into the jars.
I'm hoping that ...
0
votes
1answer
22 views
iFrame content lost after blind Effect
I have a iframe, inside a div which blinds and show a couple of tabs. The content of the iframe is set on runtime.
Whenever I activate the toggle('blind') event, the content of the iframe is lost. ...
0
votes
0answers
13 views
Store li order in Mysql DB with Jquery sortable
I have a sortable list in my site which saves the order of the list items with an ajax request to a php page.
The problem is when the id of the LI (which is generated by the database) gets above 999 ...
0
votes
0answers
15 views
jQuery UI - Dynamically set minHeight of resizable element
I have a resizable element with a draggable and resizable element inside it.
There is no maxHeight to the resizable element but I want to set the minHeight to be the height of the child element plus ...
0
votes
0answers
6 views
JQuery UI draggable and using the mousewheel on the container at the same time
I have a draggable div inside a scrollable container (imagine a movable little flag on a map).
$( ".selector" ).draggable( "option", "cursorAt", { top: 2, left: 5 } );
When I use the mousewheel to ...
0
votes
1answer
13 views
Insert google maps autocomplete input when no result in jquery autocomplete
I have an input with jQuery autocomplete on it. The available tags for the autocompletion are cities or countries.
When there is no result, I'd want to append HTML as result with an google map ...
2
votes
1answer
16 views
D3 Zoom functionality is not working in Google chrome
i am working on svg project i use d3.js for better ui , in my chart adding zoom functionality but strange it's zoom is not working in Google chrome
svg.call(d3.behavior.zoom().scaleExtent([1, ...
1
vote
1answer
24 views
Shopping cart - Drag and Drop bug
I have implemented jQuery's shopping card based on the example: http://jsfiddle.net/RR6z5/1/
But there is a little bug. When I drag an element from products to shopping card and then without drop, I ...
-3
votes
0answers
16 views
What is the ui.js version to be used with jquery version 1.9.1 [on hold]
The following error is displayed in the chrome console in ui.js with ui version being 1.8.2 and jquery version being 1.9.1
Uncaught TypeError: Cannot read property 'safari' of undefined
0
votes
0answers
15 views
jQueryUI draggable to sortable “over” event not fired
Here's my story - I have a draggable list of items that is connected to sortable list via
connectToSortable : ".cell-wrapper",
Problem is, jQuery UI doesn't fire "over" event when draggable is ...
0
votes
1answer
29 views
Tag-it jquery plugin
I want to use https://github.com/aehlke/tag-it in my project. Unfortunately I could not find any option to restrict user to only enter values from predefiened ajax values.
Also I want to customize ...
0
votes
0answers
22 views
JqueryUI draggable/droppable mouse cursor not aligned with element when appending dragged element to different div while dragging
I am experiencing an issue with the jqueryUI draggable and droppable. The issue that i am facing is the fact that when i move an element from one div to another (during dragging using .append() ) it ...
0
votes
0answers
46 views
Choose css for slider from jQuery ui
I am using a jQuery slider for mobile jQuery slider I need only css of this slider not the whole part. When i am including whole css into my project it is destroying my project. How can i include the ...
0
votes
0answers
21 views
jQuery UI inconsistency
Reading autocomplete widget's documentation http://api.jqueryui.com/autocomplete/#method-_renderItem , I expect that following code should work:
$( ".selector" ).autocomplete({_renderItem: function( ...
1
vote
2answers
21 views
jQuery UI Sortable: order of events
Does anyone know in which order the jQuery sortable events are being triggered?
I'm asking this because I had a problem with stop and update. It made more sense to me that update event would come ...
0
votes
1answer
25 views
multi datepicker to get dates from input field?
so my problem is this. I use the multi datepicker, http://multidatespickr.sourceforge.net/
for a site with news block. i save multiple dates for 1 news item and it works like a charm with php. BUT ...
0
votes
3answers
13 views
How to show datepicker on page without calling on any even or just after page load?
I am using jquery datepicker for selecting a date but in the example here
it is called on click into a text box. I just want the same right after page load. User should see the date picker right ...
0
votes
0answers
9 views
how to call a Jquery-UI autocomplete widget with extension
I have created Jquery-UI autocomplete widget with extension like this :
$.widget( "ui.autocomplete", $.ui.autocomplete, {
_create: function () {
debugger;
...
0
votes
0answers
14 views
how to extend auto-complete into a widget with the source coming from Ajax service
I need to extend the autocomplete plugin og JQuery-UI into a widget, I have my source coming from a Ajax service like this :
Peoplepick.autocomplete({
// The source option is required ...
0
votes
1answer
19 views
date picker localization: override only language specific values
I found a demo of french date picker at http://jqueryui.com/datepicker/#localization
But i need only language specific change when I use french locale.
So I have not taken
weekHeader: 'Sem.',
...
0
votes
1answer
38 views
Jquery ui tab ajax pagination
I use ajax get to populate the tab content, however inside each tab content has pagination link with new href to a new GET content. I can only think of replacing the href in the tab index and reload ...
0
votes
0answers
14 views
Cant make table rows sortable and get the correct index of the row that was moved and the row that it was moved to
I have a for loop that takes json data from my database and populates a table. Im trying to make each row of the table sortable, which i managed to do but when i try to use ui.item.index() + 1; it ...
0
votes
1answer
25 views
Insert jquery ui datepicker in dropdown menuitem
First of all, thanks for all the answers I've already found on this forum on all sorts of programming topics. Tried to find a solution for the following problem for the last couple of hours. Hoping ...
-1
votes
2answers
59 views
input text only accepts number from 1- 10 [duplicate]
i have an input text where i want to set value to only number from 1 - 10 only when the user types a value that is more than the text box will change it to 10 or when less than 0 the text will change ...
0
votes
1answer
31 views
jQuery UI radio button remaining selected
I'm building a site with a few different jQuery UI elements and I've run into a problem.
I'm trying to use this http://jqueryui.com/button/#radio but rather than having a radio button set that ...
0
votes
1answer
15 views
Repeteadly moving JS draggable clones
I have a problem with moving clones of an object, after cloning.
So - I have multiple draggables - pictures. I drag them on a #map.
After putting them there, I "stick them" to a map, so they stay ...
0
votes
1answer
17 views
Slider Range jQuery Uj. Submit value with ajax
I have installed on my site the " Slider Range Widget jQuery Uj " you may check documentation here:
http://jqueryui.com/slider/#range
//basic installation is here
$(function() {
$( "#slider-range" ...
2
votes
2answers
27 views
How to swap 2 items using Draggable and Droppable?
Problem
I have 4 images. User can drag and drop them to another list and change the order of the images. Target is that the users selects the order of the images. The problem is that I am unable to ...
1
vote
1answer
45 views
How to add plus minus to follow by ui slider handler with animation
How to add plus and minus like on attached img to jquery ui slider to follow by handler.
Plus and minus on click must change values on slider?
1
vote
1answer
19 views
Cancel jQueryUI mouse behavior (resize, drag) with escape key
Is it possible to cancel current jQueryUI resizable and draggable interaction with a key press?
0
votes
0answers
14 views
Making local timeago
http://timeago.yarp.com/
I can see different local file of jquery.timeago.js at
https://github.com/rmm5t/jquery-timeago/tree/master/locales
But i don't know how to use them.
Suppose i want a ...
0
votes
0answers
41 views
+100
How to sync jquery sortable lists that contain cloned elements?
I've a peculiar situation. I have two lists. 1 list contains all items, and 2 contains top list. Obviously items overlap, and items in the second list are marked with class clone-23 clone-25 according ...
0
votes
2answers
15 views
Looping through each tab in a JQueryUI Tab Control and building an array of objects
Take the following bog standard JQuery UI markup:
<div id="Tabs">
<ul>
<li><a href="#Home">Welcome</a></li>
<li><a ...
0
votes
2answers
35 views
jQuery UI auto-complete
I tried to use jQuery UI autocomplete in a RTL page: http://jsfiddle.net/E9w3V/
I converted jquery ui to RTL style using http://cssjanus.commoner.com/.
But its menu does not display properly. What is ...
0
votes
0answers
23 views
How to remove time field from date
While fetching date from database it is showing date like 2013-11-04 In my action class.
Then I am storing date variables(dob and anniversary) in Arraylist variable and getting in jsp page by using ...
0
votes
1answer
10 views
jquery ui drag drop + sortable
I am trying to make a drag and drop sortable too. I can drag from div 1 to 2 and from div 2 to div 1, but because I use clone I can't get sortable work.
Any ideas?
$(document).ready(function() {
...
1
vote
2answers
26 views
jQuery drag and drop to scrolling div - dropped elements not scrolling
I have a scrolling div containing a number of divs as target slots for draggable divs. This slots container needs to be scrolled horizontally to see all the target slots.
Now when the draggable ...