0

我在我的 drupal 页面中使用garagedoorjQuery。有人可以告诉我,为什么这段代码在这里不起作用?http://www.gayadesign.com/scripts/jquerygaragedoor/

    <link href='/css/garagedoor.css' rel='stylesheet' type='text/css' />
    <script src="/js/jquery-1.3.2.min.js" type="text/javascript"></script>
    <script src="/js/garagedoorjQuery.js" type="text/javascript"></script>


            <div class='garagedoor' id='garagedoor'>        
                <div title='http://www.dasda.com' class='item'>
                    <div class='underlay'>
                        SOMETHING ABOUT ME
                    </div>
                    <img src='/ikony_zarz/strzalki_trojkat.png' alt='' class='overlay' />
                    <div class='mouse'><img src='/images/nothing.gif' alt='' /> &nbsp;</div>
                </div>
                                    <script type='text/javascript'>
                    GarageDoor.scrollY = -55;
                    GarageDoor.setBindings('garagedoor');
                </script>


            </div> 
4

1 回答 1

0

未来 - drupal CMS 默认情况下是阻止标记,也在“完整 HTML”编辑器中。通过使用“PHP 编辑模式”或编辑“完整 HTML”模式以使用标签解决了问题。

问候

于 2012-09-15T06:52:34.600 回答