71 questions
I use Python and Ajax to check the values in the database We used the JavaScript setInterval() function to check the value after a certain period of time. If you take the value from Python, you take i...
Hello! I am developing a movie reservation program using the spring MVC pattern **/* Press the Register Rating button to register comments! Non-login -> Induce Login Pop-up Window When logged...
Is there a way to prevent duplicate sending of user-written information to the server via asynchronous communication after clicking the button?
$('#myInfoCancel').click(function(e){ $.ajax({ type: post, url: /leftmenu, success: function(result,status,xhr){ $(#leftSection).html(result) }, error: function(xhr, status, er){} }); ...
Web site implementation with node.js + express.I'm currently implementing the Like function.While trying to find out by touching the ajax to make the page work without reloading, I found a very good f...
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...
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...
Developing node.js + express.You want to implement the comment writing function asynchronously. (To prevent reloading) ejs and templates.Go to the bulletin board post+comment pagerouter.get('/topic', ...
Hello, I'm leaving a question for the first timeI'm understanding Ajax communication while watching life coding courses JavaScript - Ajax (2/3) : Basic Method Course https://opentutorials.org/module/9...
« | - 6 - | » |
© 2024 OneMinuteCode. All rights reserved.