如何使用jquery使用wrap div [英] how to use wrap div using jquery

查看:91
本文介绍了如何使用jquery使用wrap div的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用asp.net 4.0

i希望创建一个div区域,应该像滑下来一样工作并向上滑动

但另一个下面的div不应该取代。

I am using asp.net 4.0
i want to create a div area that should be work like slide down and slide up
but another below div should not displace.

推荐答案

< html>

< head>

< title>使用jquery< Wrap Div / title>

<html>
<head>
<title>Wrap Div using jquery</title>
<style>
.wrapDiv1, .wrapDiv2 {
    width:600px;border:1px solid #ccc ; padding:2px;
    background:#eee; display:block; height:80px; margin:10px; overflow:auto; }

</style>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.1.min.js" ></script>
<script type="text/javascript">
jQuery(function(


){


(document).ready(function(){
(document).ready(function() {


这篇关于如何使用jquery使用wrap div的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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