节点能够运行此程序. [英] Node able to run this program .?

查看:58
本文介绍了节点能够运行此程序.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨 我使用了这个示例(演示6,但无法找到错误,请帮忙)?

我想使用演示6,但无法这样做..

http://www.aakashweb.com/resources/pages/demos/jquery-collapser/ [ ^ ] ollapser/> ; http://www.aakashweb.com/resources/pages/demos/jquery-collapser/[ ^ ] ollapser/> http://www.aakashweb.com/resources/pages/demos/jquery-collapser/ [^ ] [ ^ ] [ ^ ]

Hi i used this example (demo 6 but unable to find error please help)?

i want to use demo 6 but unable to do that..

http://www.aakashweb.com/resources/pages/demos/jquery-collapser/[^]ollapser/">http://www.aakashweb.com/resources/pages/demos/jquery-collapser/[^]ollapser/">http://www.aakashweb.com/resources/pages/demos/jquery-collapser/[^][^][^]

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
 <script src="jquery.collapser.min.js" type="text/javascript"></script>
<script src="jquery.collapser.js" type="text/javascript"></script>
 <script src="jquery.collapser.min.js" type="text/javascript"></script>
    <script src="jquery.min.js" type="text/javascript"></script>
<head>
    <title>Expand table rows with jQuery - jExpand plugin - JankoAtWarpSpeed demos</title>
    <style type="text/css">
       .demo6{
    border: 1px solid #B9E3FF;
    background: #0099FF;
    padding-left: 5px;
    color: #FFFFFF;
}
    </style>

    <script type="text/javascript">

$('.panel').hide();

$('.demo6').collapser({
    target: 'next',
    effect: 'slide',
    changeText: 0,
    expandClass: 'expIco',
    collapseClass: 'collIco'
}, function(){
    $('.panel').slideUp();
});


    </script>
</head>
<body>
 <h4 class="demo6">Heading 1</h4>
<div class="panel">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>

<h4 class="demo6">Heading 2</h4>
<div class="panel">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>

<h4 class="demo6">Heading 3</h4>
<div class="panel">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>

<h4 class="demo6">Heading 4</h4>
<div class="panel">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>

</body>
</html>










谢谢










Thanks

推荐答案

('.panel').hide();
('.panel').hide();


('.demo6').collapser({ 目标:下一个", 效果:幻灯片", changeText:0, expandClass:'expIco', crashClass:'collIco' },function(){
('.demo6').collapser({ target: 'next', effect: 'slide', changeText: 0, expandClass: 'expIco', collapseClass: 'collIco' }, function(){


('.panel').slideUp(); }); < /script > < /head > < 正文 > < h4 =" demo6" < > < div =" panel" < > < h4 =" demo6" < > < div =" panel" < > < h4 =" demo6" < > < div =" panel" < > < h4 =" demo6" < > < div =" panel" < > < /body > < /html >
('.panel').slideUp(); }); </script> </head> <body> <h4 class="demo6">Heading 1</h4> <div class="panel">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div> <h4 class="demo6">Heading 2</h4> <div class="panel">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div> <h4 class="demo6">Heading 3</h4> <div class="panel">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div> <h4 class="demo6">Heading 4</h4> <div class="panel">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div> </body> </html>










谢谢










Thanks


这篇关于节点能够运行此程序.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆