开发者

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

开发者 https://www.devze.com 2023-03-12 08:09 出处:网络
IE 7 seems to ignore this code.Any ideas? $(\"img[src=\'/v/vspfiles/templates/GFAR NEW NAV开发者_运维知识库/images/Bullet_SubCategory.gif\']\").remove();

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

精彩评论

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