query tag

356 questions


1 answers
48 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
51 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
44 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
104 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
56 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
53 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

1 answers
43 views
0
How do I use the second query method for the node I selected with JavaScript?

I don't know if I'm going too complicated, but I'm going to do it with <i> tag on click instead of input of button or submit type in each form.So what I'm planning is to use the .close method by...

2 years ago

1 answers
40 views
0
How to change pages using jQuery

How can I change the page to another page using jQuery?

2 years ago

1 answers
47 views
0
Process the node selected by J-query as a map

You are writing a code to check the values of some input tags. Using jquery selector to reduce code as much as possible.$('form[name=an] .cell input').map(function(eachNode){ if(!eachNode.value){ con...

2 years ago

1 answers
39 views
0
javascript keyup event occurrence error question

// keyUpfunction k_e(a, b , c){ console.log(margin);}<input type=text onKeyUp=k_e('1','2','3');/>error : Uncaught ReferenceError: k_e is not definedI don't know the cause. Why can't I find it?

2 years ago
« - 33 - »

© 2024 OneMinuteCode. All rights reserved.