文章列表
(function($){ $(function(){ $.msg.init(); $('.box>.open,.box>.close').click(function(){ if(this.className == 'open'){ $(this).nextAll().stop().slideUp(100, function(){ $(this).prev().attr('class','close') }); }else{ $(this).attr('class','open').nextAll().stop().slideDown(100); } }); $('.select ...
- 2015-04-23 21:17
- 浏览 347
- 评论(0)
<%@ page language="java" pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" conten ...