本文介绍了节点能够运行此程序.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嗨我使用了这个示例(演示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/ [^ ] [ ^ ] [ ^ ]
Hii 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
推荐答案
谢谢
Thanks
这篇关于节点能够运行此程序.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!