I'm using Bootstrap and in a modal simulate the process of sending data to the bank.
When the user clicks save it displays an alert message asking if this is what the user wants to do. So if the user clicks on "yes" after the message pops up, I display a load .gif to simulate that I'm sending the data until I get a response.
The problem happens in Chrome and IE browser, where the image does not appear in .gif format, everything happens normally in Firefox.
Follow the code: link , this link works perfectly, just not in the project.