Skip to content
Advertisement

modals showing blank after ajax call

I am developing a page in php that has multiple dynamic modals for displaying pdf files in the page itself with respective title and author names. All the data comes from a database designed in MySQL. The trigger buttons are also meant to be dynamic. I have tried the following code. The problem is I am getting the modals blank. I am able to print the data in fetch-reader.php page itself. I think I am doing something wrong in AJAX or modal part. Please guide me through it.

JavaScript

in <script> part

JavaScript

in fetch-reader.php

JavaScript

Please guide me any other way which can serve my purpose, but I don’t want to use any third-party tools for the purpose.

Advertisement

Answer

I think you are sending the wrong data in ajax. Try this into your “$ .ajax” call:

JavaScript

And try checking into browse console if the request shows any error. Into your ajax call you check only for success return, not for fail.

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement