开发者

find image source to remove not working to remove in IE 7

IE 7 seems to ignore this code. Any ideas?

 $("img[src='/v/vspfiles/templates/GFAR NEW NAV开发者_运维知识库/images/Bullet_SubCategory.gif']").remove();


The problem is most likely the spaces in the URL. On IE, the test may run against the URL-Encoded version (GFAR%20NEW%20NAV).

I would get rid of the spaces and try again.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜