Tagged Questions
-1
votes
0answers
11 views
jQuery UI issue, droppable and overflow scroll
I used the search and have not found an answer to my problem even if I've seen the same problem on other issues. I need that ".draggable" scroll '#div1' when you introduce the element. I put the ...
0
votes
3answers
45 views
get ID of dropped div and hide all other divs without this class
Sorry for the confusing title, I hope I can explain.
http://thetally.efinancialnews.com/tallyassets/suebanks/suebanks.html
In this example you can drag a red box from the right into the grey box at ...
-1
votes
1answer
13 views
UI slider: highlight available values into range
I've made UI range slider with min value=100 and max value=300. Realy available range is 200-300. How can I change color only of this range?
$("#slider-range_3").slider({
range: true,
min: ...
0
votes
2answers
22 views
Jquery table not displaying
I am trying to use code that works in an onclick function of a button in an href click, but it is not displaying.
I am trying to hide the searchTable and display the new table, but can't figure out ...
0
votes
0answers
20 views
Invoking JQuery through JS (Greasemonkey)
Greetings fellow Greasemonkeys
I can't seem to wrap my head around this conundrum and it's making me want to pull out every single strand of hair I got.
In my userscript meta data I have the ...
1
vote
1answer
40 views
jQuery Datepicker error - n is undefined
I'm using the jQuery Datepicker on a form where the fields are hidden and you click on a link to edit the value.
<a class="pickDate edit-link" id="reqSubmitDate">Thu, Feb 27, 2014</a>
...
0
votes
1answer
31 views
Get the id of every div behind a draggable
I have the following jsfiddle.
I have a draggable area divided into five subareas, each one with its corresponding id. The point is that I want to retrieve the id of each subarea when the draggable ...
0
votes
0answers
10 views
drag fancytree node to an external droppable
I have a fancytree populated with some json. I also have a droppable div. I want to be able to drag nodes within the tree (ie to move stuff about within the contained hierarchy) and I want to be able ...
1
vote
1answer
43 views
Disable/Enable selected date range on jQuery datepicker UI
So I have the following demo http://dev.driz.co.uk/week.html that shows a jQuery UI datepicker that has multiple instances for each month of the year.
I've modified it so that the user selects entire ...
0
votes
0answers
34 views
jQuery UI dialog widget not appearing
For the last two days I've been trying to understand why I can't build a jQuery Dialog. I am trying to integrate it into another project but I couldn't so I created a new test html page for the sole ...
0
votes
0answers
29 views
Issues adding .editable function to a .sortable list
Here is my Fiddle I am currently working with. http://jsfiddle.net/Nemi9/76JPk/29/
I want keep everything sortable, but want to add the editable function to all the ul on a click or mouse down. I am ...
0
votes
1answer
24 views
jQuery sortable not working on div
Trying to use jQuery's sortable.js on a series of divs coming from a database, but nothing happens when trying to drag-and-drop!
JS code:
<script>
$(function() {
$( ".menu" ...
0
votes
1answer
23 views
JQueryUI SwitchClass has no effect on Javascript
Problem:
I am switching an element's display between 2 classes ("class1" & "class2", say) using the JQueryUI SwitchClass() method. This is supposed to change the display back and forth, but I ...
-2
votes
0answers
56 views
Call Javascript method manually
I have a view or form with input fields.
In this view, I have a method changeAction defined as;
changeAction: function (event) {
var self = this,
target = ...
-1
votes
1answer
4 views
jQuery UI Sortable event Stop not having sender
I need a jQuery UI Sortable event that fires ONLY when the item is dragged from one list to another, or ordered within the same list and the list is actually placed.
I also need to know from which ...
0
votes
0answers
14 views
AutoCompleteTextBox -Data disappear on mousehover asp.net using jquery ui?
Everyone I have implemented autocomplete textbox asp.net webforms.
All the functionality are working fine but when response is returning and mouse is moved to the displayed data, the data disappear. ...
0
votes
0answers
22 views
set input name in datepicker
I have case where classic javascript want migrate to advance function with jquery-ui datepicker. please check image at link here http://i.stack.imgur.com/0lR60.png
In Arrival Date have attribute like ...
3
votes
3answers
60 views
jQuery Replace DIV to INPUT and vice versa
I am implementing an inline edit kind of functionality.
So initially a date label (say 05/01/1999) will be displayed and on click of it, it would be replaced with an input box with the same value ...
0
votes
1answer
18 views
jQuery sortable connect lists - Get sorted values of list id and data-value
i am struggling to get values of connect lists of jQuery ui sortable
<ul id="sortable1" class="connectedSortable">
<li class="ui-state-default" data-value="U1" id="L1">Item 1</li>
...
2
votes
1answer
25 views
Jquery Mobile Datepicker change month on swipe
is there a way to change the datepicker's month on swipe? I mean any way to display next and previous month on swipe?
Here is my approach:
Jquery Mobile Swipe:
// Bind the swipeHandler callback ...
-1
votes
0answers
35 views
jquery ui tooltip on form submit
I want to use JQueryUI tooltip to display some validate messages to the user.I want to create a function for it.
html code :
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link ...
0
votes
2answers
25 views
Prevent child elements from firing hard coded click event of parent elements
I have a div class called 'cat'. In mouseover event another div is displayed with two anchor link on which click event are hard coded. Now when anchor is clicked its parent div click also gets fired. ...
0
votes
0answers
40 views
open jQuery UI dialog in front of edit/add dialog jqGrid
I costomize edit-/add-dailog jqGrid. In an "beforeShowForm" event I add buttons and fields. After pressing the button there is a jqUi Dialog. I can achieve the opening of a new jQuery UI dialog, but ...
0
votes
0answers
21 views
jQuery UI sortable plus showing the ID and value
I have a list of items using sortable jquery.and each item has a value (first,second,third) and each vaue an ID (1,2,3)
I want when the user moves first to position third, the id of first should be ...
-4
votes
0answers
20 views
jquery resizable not working after html file save [on hold]
Resizable not working after save HTML file.
I used the following code but its not working.
$('.class').empty().removeClass('ui-resizable ui-draggable');
Thank you!!
0
votes
1answer
41 views
order list using sortable with id shown in each item using jquery
i have the following code:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jquery Test</title>
<link rel="stylesheet" ...
-1
votes
0answers
22 views
Turn grouped select list into dependent (cascading, hierarchical, chained) dropdowns
I have a select list with grouped options.
<select id="company_location_id" name="company[location_id]">
<optgroup label="State name 1">
<option value="2">City ...
0
votes
5answers
42 views
How do I save article ids in Javascript or HTML?
I have a list of links in the web-page and users can click and comment on them. I load the links via JSON and each link is uniquely identified by an id.
My question is how do I know which link has ...
1
vote
2answers
23 views
Issue with grid position in jquery mobile?
I am using a grid view , I need the grid view at center of the screen, How can I do that?
CSS:
.grid-container {
margin-left: auto;
margin-right: auto;
width: 302px;
height: 452px;
...
0
votes
1answer
12 views
Wrapping the jquery-ui slider results in “undefined is not a function” error
The following is the beginning of a wrapper for the jquery-ui slider.
app.directive('sliderWidget', ['$timeout', function ($timeout) {
return {
scope: {
min: "@min",
...
1
vote
2answers
40 views
issues with .sortable function in J query
Here is a JSfiddle I'm working with.
I'm trying to create two lists from which I can move each item in and out between them and changes will update below inside the update function / sort status div ...
1
vote
4answers
35 views
How to set selected dropdown option using jquery in a form with multiple selects?
I have form with some text inputs and dropdown menus. This elements are generated dynamically based on the user selection in the previous page and this dynamic generation of elements are working fine. ...
0
votes
1answer
36 views
Using jquery load() to add content into tabbed navigation
I have a web application that uses tabbed navigation from a UI kit: http://www.getuikit.com/docs/tab.html.
Each tab will load different content, which is broken down into several php scripts, one ...
0
votes
0answers
31 views
+50
How can I access a jQueryUI slider via a script injected by my chrome extension?
I've made a chrome extension that adds keyboard controls to Earbits radio
I'm trying to make the mouse wheel change the volume. I've successfully bound the mouse wheel event, but I can't access the ...
1
vote
2answers
24 views
Detect unacceptable drag drop in jQuery-ui droppable
I'm using jqury-ui draggable,droppable. My main container should only accept plugin-containers which also are droppables which accept plugins:
$("#main").droppable({
activeClass: ...
-1
votes
0answers
35 views
sortable list with indicated index that changes when changing the list
$(function() {
$('#sortable').sortable({
//to prevent items from moving around when draging
containment: "parent",
start : function(event, ui) {
// get the initial position(index) of item
var ...
2
votes
2answers
33 views
How can I show all visible tooltips when using jQuery UI with tabs and accordion?
I'm working on a web-application and I use jQuery UI with tabs and accordions and qTip2 (with tooltips).
I'm trying to create a "help" function that would toggle the display of all visible tooltips ...
0
votes
0answers
19 views
Need to show a jquery UI dialog for confirmation on window/tab close, and control closing of tab/window based on confirmation
Problem:
I need to show a jquery UI dialog for confirmation on window/tab close, and then control closing of tab/window based on user's confirmation.
I could have used default confirm (OR even confirm ...
0
votes
1answer
28 views
jQuery UI resizable overlap issue
I am getting an issue with the resizable class in jQuery UI (http://jqueryui.com/resizable/)
When the resizing start, all of the below div move to overlap with the div getting resized.
Using the js ...
-2
votes
2answers
27 views
Meteor jQuery error [closed]
Today, I was running my app and changing some content in some of my JS files, when all my app started to crash.
Uncaught SyntaxError: Unexpected end of input jquery.js:5896
Uncaught TypeError: Cannot ...
-4
votes
0answers
16 views
Tab selection in menu bar
When am clicking tab, it goes to next option but continuously going to next tag, but not visually, by id only it's going. When clicking esc, it closes as usual.
0
votes
1answer
26 views
jQuery Accordion Sortable Issue - Nested Divs & Nested Header
I'm trying to make a accordion sortable but at the moment it seems flickery compared to the default example.
I believe the issue is related to my nesting structure but I thought that wrapping the ...
0
votes
2answers
37 views
Programmatically setting CheckBoxList items using jQuery UI
I've created an ASP CheckBoxList and my goal is to have the first 3 options selected by default. Any number of the first 3 options can be selected together, but the 4th option is mutually exclusive. ...
0
votes
0answers
15 views
nonlinear steps and keyboard input
http://jsfiddle.net/E7B7k/1/
js:
Math.easeIn = function (val, min, max, strength) {
val /= max;
return (max-1)*Math.pow(val, strength) + min;
};
$('.slide-me').slider({
min: 1,
max: ...
0
votes
0answers
20 views
Inline Edit with jQuery UI date picker
I am trying to implement inline edit for the date field (use jQuery UI date picker)
The code I am using is as below;
$(document).on("click",".editableDateTxt", function () {
var currElmModelId = ...
0
votes
1answer
14 views
JQuery Autocomplete - Prevent destruction of items?
I have an autocomplete box with a 'large' (about 500) array as inline source. When clicked on the input box I do a search("") to make the whole list visible. This takes about 2 seconds to generate due ...
2
votes
1answer
20 views
KnockoutJS: How should I deal with heavy widget initialization code?
I'm currently trying to optimize our application that uses KnockoutJS for view binding and rendering. We discovered a huge bottleneck with a growing dataset size in the following scenario:
The ...
-1
votes
2answers
40 views
Pre fill list item selected by list item value in jquery
I'm new to JQuery. In my App I have the following:
My HTML code is here..
<ul id="list">
<li>
<a class="selected" value="0" href="#" id="sel">ALL</a>
...
0
votes
1answer
30 views
jquery Tag-It doesn't autocomplete
I want to put a tag system. I choose http://aehlke.github.io/tag-it/.
I have the code:
var availableTags = [
{
value: 1, label: 'tag1'
},
{
value: 2, label: 'tag2'
},
...
2
votes
1answer
34 views
Tree like menu from json and drag and drop
I am trying to build web application like easyquerybuilder. i have done all the layouts.but stucked here in which technology i have to use for this..
whether i have to use angularjs or jquery ui or ...