不能用javascript拉取attr数据,回复为未定义

时间:2013-08-16 08:18:03

标签: javascript

我在prestashop网站上使用PrettyPhoto版本3.1.5,并且我试图添加一个pinterest按钮,理想情况下我不想更改js文件本身的代码。

出于某种原因,mediaurl仍然以未定义的方式返回...

    <script type="text/javascript">
$(document).ready(function() {

            {literal}
            var photo_options = { social_tools: '<div class="twitter"><a href="http://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></' + 'script></div><div class="facebook"><iframe src="//www.facebook.com/plugins/like.php?locale=en_US&href={location_href}&layout=button_count&show_faces=true&width=500&action=like&font&colorscheme=light&height=23" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:23px;" allowTransparency="true"></iframe></div><div class="pinterest"><a href="http://pinterest.com/pin/create/button/?url='+$(this).attr('href')+'&media='+$(this).attr('href')+'&description='+$(this).attr('title')+'" class="pin-it-button" count-layout="horizontal" target="_blank"><img border="0" src="http://assets.pinterest.com/images/PinExt.png"; title="Pin It" /></a></div>' }; 
            {/literal}
            $("a[rel^='prettyPhoto']").prettyPhoto(photo_options);                      
});
</script>

点击图片后,这是生成的html的一部分......

<div id="pp_full_res">
<img id="fullResImage" src="/modules/gallery/img/2bf766b19efd5410fa795f452b401186.jpg" style="height: 365px; width: 486px;">
</div>

我尝试$('#fullResImage').attr('src')但仍然没有

0 个答案:

没有答案