开发者

Jquery/Pikachoose problem page continusly reloading ie7/ie6

I am using pikachoose plugin for slider. But I changed a few code in the plugin to add links to thumbnails, it works perfectly on firefox, chrome. But when i open the page in ie7 or ie6 the reloads indefinitely. here is the code i added in the plugin

jQuery("#pikame li").each(function(){
                                var link = jQuery(this).find('a').attr('href');
                                jQuery(this).find('img').wrap("<a></a>");

                                })
                jQuery("#pikame li").each(function(){
                                var link = jQuery(this).find('span a').attr('href');
                                jQuery(this).find('a').attr('href',link);

                                })

if i remove thie cod everything wo开发者_如何学Crks fine.


Is the problem in wrap("<a></a>")? Shouldn't that anchor have an href?

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜