需要准备的材料分别有:电脑、浏览器、html编辑器。
1、首先,打开html编辑器,新建html文件,例如:index.html,编写问题基础代码。
2、在index.html中的<script>标签,输入js代码:
function fun() {
var a = Math.random() * 5
$('img').attr('src', 'image' + a + '.jpg')
}
3、浏览器运行index.html页面,此时点击图片会换一张图片。
刚弄错了应该是这样
<frameset name="frameTop" rows="80,*" framespacing="0" border="0" frameborder="0">
<frame name="banner" scrolling="no" noresize target="contents" src="title.jsp">
<frameset cols="180,*">
<frame name="contents" id="contents" target="main" src="menu.jsp" scrolling="auto" noresize>
<frame name="main" src="student/select/curriculumSchedule.jsp" scrolling="auto" noresize target="_self">
</frameset>
定义右边的name为 main 然后再左边指定 target="main"
普通banner或信息列表可以用IScroll上下左右均可滑动页面滑动切换的话建议使用jquery mobile,实现如下事件,进行changepage
swipe(划动):一秒内水平拖拽大于30PX,同时纵向拖曳小?0px的事件发生时触发
swipeleft(左划):划动事件为向左的方向时触发
swiperight(右划):划动事件为向右的方向时触发
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)