jquery tag

340 questions


1 answers
43 views
0
In javascript, I would like to declare the variable name that contains the index of the repeat statement.

Currently, the function I implemented is implemented as shown in the image below.Here's the function. To implement this functionality I used jequery+js code (function(){ $(document).ready(function(){...

2 years ago

1 answers
31 views
0
How to unselect text from jQuery

How do I deselect text in jQuery?

2 years ago

1 answers
37 views
0
Question about how to use Map as a global variable

Uncaught TypeError: titleMap.put is not a function error when used in function addTab Normal operation when used just below the global variable... How do I use it as a global variable?$(document).read...

2 years ago

1 answers
34 views
0
Js, jqurey, html questions

$(function() {$.getJSON(userList.do,function(u){ $.each(u, function(i,e){ var div = $(<div></div>); var delBtn = $(<Button>Withdraw</Button>); $(div).html() $(div).app...

2 years ago

1 answers
43 views
0
Is there a way to know the elements that you see while scrolling?

I'm bringing in the elements with AJAX. If you scroll down the page, you can see a certain part.Is there a way to figure out what we see here?

2 years ago

2 answers
45 views
0
Get a monthly average

Hi, everyone. I'm implementing the dashboard function using the Firebase database.Bring each number and sprinkle it on Monday, Tuesday, Wednesday, Thursday, Friday and Saturday.For example, if you get...

2 years ago

1 answers
38 views
0
Please help me with the J-Query tab menu...

https://www.jqueryscript.net/slider/Responsive-jQuery-Content-slider-with-HTML5-Liquid%20Slider.htmlFrom the above demo source, I set the tab menu to slide automatically.autoslide:true (autoslide)paus...

2 years ago

1 answers
95 views
0
I'm asking because I have a question during the web application development.

I'd like to have new feeds come out if I put them down like Facebook, but what kind of method is this?Are there any examples that I can refer to?If there are no examples to refer to, I wonder how to m...


1 answers
49 views
0
How do I distinguish between left and right mouse clicks in jQuery?

$('div').bind('click', function(){ alert('clicked');});$('div').bind('rightclick', function(){ alert('right mouse button is pressed');});I want to distinguish between right and left clicks like this,...

2 years ago

1 answers
49 views
0
This is a duplicate email check question.

function chkValidEmail() { var email = document.touristSurvey.userEmail.value; var exptext = /^[A-Za-z0-9_\.\-]+@[A-Za-z0-9\-]+\.[A-Za-z0-9\-]+/; if(exptext.test(email)==false){ //Email format is A...

2 years ago
« - 31 - »

© 2024 OneMinuteCode. All rights reserved.