`
xuwu168168
  • 浏览: 640 次
  • 性别: Icon_minigender_1
社区版块
存档分类
最新评论
文章列表

jquery基本2

(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 ...
<%@ 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 ...
Global site tag (gtag.js) - Google Analytics