script tag

1639 questions


1 answers
139 views
0
jQuery is the best way to determine if it's a mobile device

How do I check if it is a mobile device in jQuery?

2 years ago

1 answers
135 views
0
How to compare two dates in JavaScript

I'd like to compare the two dates using JavaScript. I don't know what to do.Can someone explain it to me?

2 years ago

2 answers
45 views
0
To check if an element exists in jQuery

For example, if you add an element with .append(), how do you check if this element exists?`$('elemId').I did it with length, but it doesn't work.

2 years ago

1 answers
39 views
0
How do I change the inner HTML of div in jQuery?

document.all.regTitle.innerHTML = 'Hello World';RegTitle is the ID of the div. I want to do it like this. What should I do?

2 years ago

1 answers
98 views
0
I want to erase all of the canvas in JavaScript to draw a new one, what should I do?

I want to erase all of the canvas in JavaScript to draw a new one, what should I do?

2 years ago

1 answers
37 views
0
To get the name of a class from jQuery

<div class=myclass></div>How do we get the name of this class if we have this kind of div?

2 years ago

1 answers
17 views
0
I have to return several values in JavaScript, what should I do?

var newCodes = function() { var dCodes = fg.codecsCodes.rs; var dCodes2 = fg.codecsCodes2.rs; return dCodes, dCodes2;};I want to implement it like this, what should I do?

2 years ago

1 answers
46 views
0
How to generate div elements in jQuery

How do you make div elements in jQuery?

2 years ago

1 answers
38 views
0
In jQuery, how do you get a function called every 5 seconds?

I want to keep the function called every five seconds to slide the image automatically.But I don't know what to do. It's an urgent matter, please help me.

2 years ago

1 answers
17 views
0
How to replace String with a number in JavaScript

I just want to get a number from the string Hello, I'm 24 years old in JavaScriptHow can you do that?

2 years ago
« - 118 - »

© 2024 OneMinuteCode. All rights reserved.