ajax tag

71 questions


1 answers
62 views
0
What is bind(this)?

While doing the React.js tutorial (https://facebook.github.io/react/docs/tutorial.html), I got the following code://tutorial13.jsvarCommentBox=React.createClass({ getInitialState: function(){ return {...


2 answers
70 views
0
I would like to receive the return value from the function of aax then.

In Ajax(jQuery), I want to use the return value from the function in then or done in subsequent programs after then, but it doesn't work.I've tried many things like returning the result.then itself, b...

2 years ago

1 answers
102 views
0
I want ajax to send POST to json file of location information and text

Currently, we are creating a web application function that sends data with location and text in Geolocation to json via ajax.I can't say that I'm confident in the communication part of the json data b...

2 years ago

1 answers
54 views
0
I want to create a Java client that follows Ajax calls that are made on the website.

Below is the Ajax code that I want to perform.The page is the website of Pusan National University and I got the data I wanted from the basic html code, but I couldn't get the information from Ajax ca...

2 years ago

1 answers
85 views
0
How do I organize jsp+ajax mobile servers?

Hi, everyone. In the meantime, I have implemented a mobile server by matching one servlet class with one URL. I heard that jsp + ajax is a more common way. But I don't know how to do it. Even if I try...

2 years ago

1 answers
70 views
0
Problems refreshing pages when logging in and submitting membership

Hello, I'm developing a website with node.js, and I want to develop a login and membership page.For input, the verification logic was implemented using the validation of jquery.And when you enter all ...

2 years ago

2 answers
71 views
0
I used ajax to check every time I enter an id, but 302 redirect appears

Below is the code.----------------- join.jsp -----------------<!-- Real-time ID check --><script type=text/javascript> varxmlReq; // specified as a global variable. // Ajax Object Creation...

2 years ago

1 answers
104 views
0
Chrome browser ajax request

Hi, how are you? I am a high school student studying the web.I'm leaving a message because there was a problem while studying.I'm going to send ajax requestI heard that the Chrome browser blocked secu...


1 answers
90 views
0
The list is converted into a json form through ajax communication and sent to the view page, but only json comes out... (Capture you)

In this way. Originally, when you press the search button on the web page, you send the data through Ajax communicationgoIt's a format that converts it into Json But I didn't even write printWrite The...

2 years ago

1 answers
112 views
0
Why is indexOf not working in the array divided by the string split('\n') of the text file received in ajax?

I wrote it in a script inside the body. $.ajax({ url: aaa.txt, success: function(result){ console.log(result); var rArr = result.split(\n); console.log(rArr); var ee = rArr.indexOf(01001); con...

2 years ago
« - 5 - »

© 2024 OneMinuteCode. All rights reserved.