How to avoid red cross (no image) when loading jQuery Thickbox?

166 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

The image is hardcoded into the js

var tb_pathToImage = "images/loadingAnimation.gif";

Do you have this in your solution?