阅读背景:

Jquery当if元素有文本时,尝试附加到选项选项卡

来源:互联网 
<script type="text/javascript">// <![CDATA[
$(document).ready(function() {
               if ($('.shopping_product > div.shopping_product:contains("Treasure Garden")').length > 0)
                {
                    $('<iframe />');  // Create an iframe element
                    $('<iframe />', {
                        name: 'frame1',
                        id: 'frame1',
                        width:'100%',
                        height:'792px',

                        src: 'https://www.shopthegreatescape.com/_wss/clients/20/assets/care%20and%20maintenance.pdf'
                    }).appendTo('#product_tab_extdesc0');
                });
            });
// ]]></script>
<script type="text/javascript">// <![CDATA[
$(d



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: