ajax tag

71 questions


1 answers
52 views
0
How do I solve the pending phenomenon that occurs when I import data with Ajax + Python?

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...

2 years ago

1 answers
53 views
0
When sending Ajax communication url, can't you send the query string together?

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...


2 answers
131 views
0
When sending json data to ajax...

When sending json data to ajax, I'm sending you the data in the form below.It's for dividing data by each key and list in Java. How should I receive it? I'd appreciate your help.[{QNo:1,qType:1,qText:...

2 years ago

2 answers
82 views
0
Is there a way not to send it in duplicate when sending it to the server through Ajax?

Is there a way to prevent duplicate sending of user-written information to the server via asynchronous communication after clicking the button?


1 answers
54 views
0
Async page transition question from node.js to ajax.

$('#myInfoCancel').click(function(e){ $.ajax({ type: post, url: /leftmenu, success: function(result,status,xhr){ $(#leftSection).html(result) }, error: function(xhr, status, er){} }); ...

2 years ago

1 answers
98 views
0
Implementing different behaviors depending on the data with the updater of prototype.js

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...


1 answers
98 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
50 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
79 views
0
Implement the screen rendered by ejs template asynchronously with ajax

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', ...

2 years ago

2 answers
54 views
0
Life coding javascript ajax example question

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...

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.