71 questions
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 {...
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...
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...
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...
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...
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 ...
Below is the code.----------------- join.jsp -----------------<!-- Real-time ID check --><script type=text/javascript> varxmlReq; // specified as a global variable. // Ajax Object Creation...
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...
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...
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...
« | - 5 - | » |
© 2024 OneMinuteCode. All rights reserved.