ajax tag

71 questions


1 answers
54 views
0
Ajax and js using link_to in Rails.I have a question about the erb call.

I'm implementing a simple ajax call using link_to and remote: true Ajax calls from erb to link_to in the same view folder are called well, so js.I'm good at loading erb files A jax call called link_to...

2 years ago

2 answers
149 views
0
Ajax, I have a question.

jquery-1.8.2.min.js:2 GET http://localhost:8080/api/trmnlInfoColctToFile.do?imei=A2&phoneSerial=testS…=lte&androidVersion=1.1&swVersion=aa_f10_1212&extra=extra1&_=1461227407494 net...


1 answers
78 views
0
Null question to Springboot Controller

There are other tables, Member and Vote. It's registered in DB, but it's registered as shown in the log below, and when I looked up what the problem was, I found out that there was a null in the contr...

2 years ago

1 answers
49 views
0
How do I remove selected deduplication from the html selectbox?

$(#role_select_box option:contains('+user_role+')).attr(selected, 'selected');...The user_role value is 'vip'I would like to receive the information through Ajax and give the selected setting to the o...

2 years ago

1 answers
54 views
0
Ajax error when using image upload module multiparty in node.js

Cho Daehyuk's blog http://bcho.tistory.com/1078 Here, we use the multiparty module to study uploading images. It works fine if you follow the example. Ajax method $.ajax({ type: post, url: /users/uplo...


1 answers
47 views
0
What should I do if I want to put the dictionary value of json format in another Ajax as a form data factor?

I tried to get a new value by transferring one of the json.dumps values to form data by using ajax once more in ajax (inside the success) such as json.dumps, but it says I can't find it. When I took a...

2 years ago

1 answers
79 views
0
The reason why only the existing page comes out?

Hello, I'm a person who just started learning coding. I'm making a simple shopping mall. If I press 4 products on the main page of the shopping mall, I am trying to change the value within the same pa...

2 years ago

1 answers
48 views
0
I have a question about using Ajax in django.

Hello, I want to receive the select value using ajax, process the data accordingly, and then show it to the next select value, but I don't know how to process the data processed by ajax when I transfe...


1 answers
52 views
0
Do I understand crawl?

Hello, I'm posting a question because I got stuck while crawling.If you press a query in the system that opens only when you log in, you want to crawl the Excel data that you see. Looking at the netwo...


1 answers
53 views
0
When I input the input value on the HTML homepage, I want to print the result of using the input value as a variable while executing the py file.

Situation ex)Input: 3 -> What is entered in py. Gugudan of the input value (only an example, the actual code is very Kim) -> Output the execution result of py to html (graph or character) When I...

2 years ago
« - 7 - »

© 2024 OneMinuteCode. All rights reserved.