ajax tag

71 questions


1 answers
93 views
0
I would like to display the progress returned by the server when uploading files in Ajax.

We use jQuery and Ajax (server side is Python) to create asynchronous file uploaders.On the server side, the progress of the upload (e.g. progress such as Uploading hoge.jpg... and Updating database.....


1 answers
105 views
0
Why don't you use addEventListener for onlinestatechange?

readystatechange is an event, so I think I can register using addEventListener, but I think most Ajax samples use the method of replacing it with readystatechange.Is there any reason to avoid it?Becau...

2 years ago

1 answers
115 views
0
ui: For table rows created with repeat, press the f:ajax Add button to add rows.

ui: I'd like to add more rows to the table row that I created with repeat. The line is added, but the entire table is redrawn, so the value being entered disappears.テーブルThe table uses jquery datatable...

2 years ago


1 answers
78 views
0
I am using php (to use MySQL) on an external server for Ajax communication in Monaca. I want to use php to display the contents of the database.

I am using php (to use MySQL) on an external server for Ajax communication in Monaca.I would like to use php to display the contents of the database.I have done Ajax communication and received it via ...

2 years ago

1 answers
80 views
0
Regarding GET request Status Code:499, how is this number displayed?

The page you are creating is Status Code:499 ·Error Occurred·Click on the anti-virus software link to display Reason: URL of phishing site I'd like to find out why, but can you tell me what it is from...

2 years ago

2 answers
73 views
0
I want to read the external HTML file in jQuery.ajax() to retrieve the elements.

I'd like to retrieve elements by loading an external HTML file in jQuery.ajax().Even if you specify an id name or a class name in the find, filter function, it cannot be retrieved.What should I do?By ...

2 years ago

2 answers
93 views
0
Obtain HTML from other sites via ajax

I want to use ajax to get Html from other sites, but an error occurs in the cross domain.I thought I could get it with jsonp, so I tried using the code below.$.ajax({ url: 'https://hoge.jp', dataType:...

2 years ago

1 answers
74 views
0
The bootstrap modal cannot be scrolled on iOS devices.

We have created a system that allows you to search within modal on bootstrap3.Send the contents of the text box to PHP via Ajax and receive the results via Json.I will display the contents within the ...


2 answers
83 views
0
How to Call the REST API in jQuery and Obtain a Response

I am currently writing a code to call the REST API from jQuery to retrieve the results.[What I want to do]  Use jQuery to access Paypal's following sandbox URL: https://api-3t.sandbox.paypal.com/nvp A...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.