aleafonso
aleafonso

Reputation: 2256

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

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

Answers (1)

redsquare
redsquare

Reputation: 78687

The image is hardcoded into the js

var tb_pathToImage = "images/loadingAnimation.gif";

Do you have this in your solution?

Upvotes: 3

Related Questions