python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why I am getting Undefined Value when I click on image ? How to fix this?
I am getting this error (undefined) when I am clicking on image to get the value of image. Can you please explain the reason behind it and how to get and pass the value to onclick function in this cas...
siddharth soni
Votes: 0
Answers: 1
Drag and Drop data not being retained in dataTransfer object
I am trying to implement a simple drag and drop, but for some reason the data I'm storing in the dataTransfer object is not being retained. Here is my code:
function drag(ev) {
var ch...
Oruguita
Votes: 0
Answers: 1
How to set diffedert parameter for resizable elements in jQuery UI
I work with the dragable and resizable elements, and i have 2 types of box on page, small without image, and big with image.
For this 2 element i have resizable text on box, i create func when user st...
Andrew
Votes: 0
Answers: 1
Close button doesn't work on many Android devices
This is my code:
function setToTop(t) {
var n = 0;
$(".box").each(function(t, o) {
var e = Number.parseInt($(o).css("z-index"));
e = Number.isNaN(e) ? 0 : e, n = Math.max(n, e)
}), t...

Anna_B
Votes: 0
Answers: 1