356 questions
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?
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...
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...
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...
$('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,...
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...
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...
How can I change the page to another page using jQuery?
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...
// 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?
« | - 33 - | » |
© 2024 OneMinuteCode. All rights reserved.