Reputation: 2256
When loading a jQuery Thickbox, a red cross is displayed while the content is loaded.
How to avoid that? Or, Is it possible to change that red cross for something else?
Thanks in advance.
I'm using asp.net.
Upvotes: 0
Views: 157
Reputation: 78687
The image is hardcoded into the js
var tb_pathToImage = "images/loadingAnimation.gif";
Do you have this in your solution?
Upvotes: 3