Skip to main content

All Questions

0 votes
1 answer
963 views

Multiselect dependent dropdown for country and state

kindly help how to make this multiple option select for country and state, below code in single select is working fine but i need to make this multi-select dependent dropdown. below code is complete ...
ravi's user avatar
  • 1
0 votes
0 answers
49 views

Want to use YDN-db database instead of Ajax with Select2

I want to use YDN-db with select2, i tried few options but unable to sort. So i want to use executeSql command as below APP.db.executeSql("SELECT * FROM products WHERE name like '%test%'")....
Mohib Salahuddin Ayubi's user avatar
0 votes
0 answers
23 views

Why does IE 11 report "Invalid argument" for chained selectors :tabbable:first?

I'm tracing through jQuery now, and I'm posting this in hopes that someone might have come across this before. I'm working with jQuery 3.2.1 that has been extended by a snippet from jQuery UI so that ...
Ted Fitzpatrick's user avatar
0 votes
1 answer
7k views

Get the value attribute of the selected LI element in jQuery UI menu

I have prepared a jsFiddle for my question: For that I have taken the jQuery UI menu with categories example and have just added VALUE="some_number" attribute to each <LI>-element: <ul id="...
Alexander Farber's user avatar
0 votes
2 answers
41 views

jQuery prependTo selector string

So, I'm at a stage where I have the script choosing the right body of a HTML webpage, but instead of selecting the correct sub-elements, the script adds an image to every single possible element ...
Grak's user avatar
  • 99
1 vote
1 answer
328 views

Unable to get jQuery-ui selectmenu to render

I am creating a select menu dynamically using javascript but I cannot see it on screen. I am not sure what I am missing. I am using jQuery 2.2.4 and jQuery-ui 1.11.4 Here is my javascript: var ...
jseashell's user avatar
  • 755
1 vote
0 answers
40 views

Is there a way to effectively mix and match DOM elements and jQuery selectors?

I would like to perform jQuery operations on event targets: if some mouses over one specific DIV in an LI, I would like to run a jQuery (UI) effect on anothjer specific DIV descendant of the LI. I ...
Christos Hayward's user avatar
2 votes
1 answer
829 views

Is it possible to draw a rectangle with mouse to select multiple DIVs?

I want to drag a rectangle with mouse to select those divs. The selected div will change class from “no” to “yes”. Also, the a link is clickable and dblclickable <div id= "container" > <...
Lam Steven's user avatar
0 votes
1 answer
45 views

jquery inside document.ready alert for all event accurance like click,load,change,resize,scroll,etc

i need an alert inside document.ready which need to pop in all event accurances like click mouseenter mouseout drag scroll focus blur resize etc.. and all any comments are welcome thank you. $(...
Nambi N Rajan's user avatar
0 votes
4 answers
137 views

Jquery Checkbox That Checks List Below It

I want to build a jquery function or onclick event which checks all checkbox if you click on the middle list and uncheck all checkbox above its list. To explain futher, example I have 5 checkbox: ...
Willy David Jr's user avatar
0 votes
1 answer
396 views

jQuery :data() selector not working after being set

I expect to match at least one element, but I get zero. What am I doing wrong? $("tr:first").data("aaa", "333"); // setting the data console.log($("tr:data(aaa == &...
yossi's user avatar
  • 3,148
1 vote
0 answers
203 views

(Iris Colorpicker) Hide UI widget when clicking somwhere else

I'm using the Iris Color Picker by Automattic in a project and I would like the picker widget to close when clicking anywhere else than on the widget. For some reason I can't get my head around it and ...
Arsylum's user avatar
  • 524
0 votes
2 answers
83 views

Filter out all elements in a jQuery result set that have a parent (at any level) with a certain class

I'm trying to apply some jQueryUI functionality to elements all throughout my SPA, however I'm having trouble omitting elements contained in a certain parent. I'm not actually sure if jQuery can do ...
keeehlan's user avatar
  • 8,014
0 votes
1 answer
54 views

Disable draggable for each element using :lt(3) Selector

I have the following working code: $stock.click(function () { $waste.append($stock.children('.container:lt(3)').card('upturn').droppable('disable').css( "left", function(i) {return ["0rem", "2rem"...
Maurice's user avatar
  • 1,157
0 votes
1 answer
104 views

Repeat a function 3 times, but each time change .animation

I have a bunch of div's stacked on a main div called: #deck. If I click #deck, the top div will move to the left and will have some classes added (like: .addClass('on-discard-pile')). If I click #...
Maurice's user avatar
  • 1,157

15 30 50 per page
1
2 3 4 5
26