Tagged Questions
2
votes
1answer
46 views
Dragging a div out from underneath multiple other divs
I have been trying to create a test case for a webapplication we are making and I am quite close to a solution, but the final part has me stumped...
We need to be able to drag divs around (no problem ...
0
votes
0answers
6 views
Primefaces Drag and Drop from DataGrid
I'm using Primefaces Drag and Drop to drag from a DataGrid to another component. The problem is that when you drag an item from a datagrid, the item is not visible as soon as it leaves the cell.
...
0
votes
1answer
13 views
Sortable lists in Ext JS 4
I'm trying to implement a sortable list in Ext JS 4. Pretty much almost exactly like the following example:
http://jqueryui.com/sortable/
I'm aware that one can create a Grid Panel with a Grid Drag ...
1
vote
1answer
15 views
jQuery UI dialog: How check what if user confirm or cancel the UI dialog.
I have this code:
HTML:
<div id="dialog-first"></div>
<div id="dialog-second"></div>
<div id="dialog-third"></div>
<div id="menu">
<ul>
...
0
votes
3answers
19 views
append values to asp.net dropdownlist with jquery
I am trying to append a value with jquery but with the ways I am trying the option doesn't want to append.
THis is what I am trying (for test purposes):
$('#<%=btnSelectAgentAdd.ClientID ...
0
votes
0answers
21 views
Bootstrap Carousel - Has ui-slider - which on traversing back doesn't hold/store the value
I've a bootstrap carousel with 4 slides. Except for the first slide the rest of the slides have few check boxes and a slider (UI slider +
I've written conditions to check on each slide:
1)atleast ...
2
votes
2answers
26 views
jQuery datepicker changing format dosent show proper month
I am using jQuery datepicker for selecting date. But I need the date to be displayed like "April 2012".
To achieve this I added the following option to the datepicker code
$(function() {
...
0
votes
0answers
26 views
jQuery UI drag and drop how to fix callback function
The correct card counter and score don't work. I want to correct the card counter and score if the move was wrong score-- else score++ but the counter doesn't work.
JQueryUI
$(init);
function ...
-4
votes
0answers
45 views
jQuery UI Dialog and Javascript functions [closed]
I am having a bit of difficulty getting jQueryUI Dialog to open a javascript function.
Here is my issue:
I have a link which onClick's to a javascript function that initializes an AJAX call. The AJAX ...
0
votes
1answer
41 views
Connect color picker (jquery UI slider) to Sketch.js
I worked on getting a color picker together, which I plan on using to control the color selection for sketching with Sketch.js. According to Sketch.js documentation, the 'marker' tool will obtain it's ...
-1
votes
2answers
43 views
push method containing > in js code [closed]
I am looking into a large chunk of code but he problem is i dont know what one particular line is doing...
they have include this symbol > into this push method..
i tried giving alert but could not ...
1
vote
0answers
17 views
TinyMCE opened in jqueryUI modal dialog
When using tinyMCE in a jqueryUI modal dialog, I can't use the hyperlink or 'insert image' features.
Basically, after lots of searching, I've found this:
...
0
votes
4answers
50 views
Auto Arranging the elements using css
I have an application in which I am kind of stuck.
i have created a widget which needs to be placed in such a way that it needs to auto place itself.
Eg:
I have something like this on a page, now ...
1
vote
1answer
18 views
Resizing, dragging and dropping altogether
My Fiddle.You can see the whole code here
My question is: when I am dragging an item to the drop area it's being hid. Is there any conflict movement happening?
JavaScript/JQuery
$ (init);
...
0
votes
2answers
43 views
How to generate sequence id and move table rows up or down and dynamically adjusting each row's sequence ID?
1. I have two tables table1 and table2, here when you click Add button, it moves the rows that are checked from table1 to table2. I have to generate a sequence Id ranging from 1 to n from top to ...