- 博客(5)
- 资源 (7)
- 收藏
- 关注
原创 前一天,后一天
function preDate(){ var date = $("#selectDate").val(); var d = new Date(date.replace(/-/g, "/")); d.setTime(d.getTime()-24*60*60*1000); var s = d.getFullYear()+"-" + (d.getMonth()+1) + "-
2014-10-17 15:59:27
555
原创 监测窗口大小变化
window.onresize = resize;function resize() { var height = $(window).height()-150; $(".auto_height").css("height",height); }$(document).ready(function() { resize();});
2014-10-13 11:00:00
744
转载 zxing 二维码
//写二维码的代码:import java.io.File;import java.io.IOException;import java.util.Hashtable;import com.google.zxing.BarcodeFormat;import com.google.zxing.EncodeHintType;import com.google.zxing.MultiForm
2014-06-07 13:32:04
688
原创 根据自己的需求改进了下lavalamp插件
http://nixbox.com/projects/jquery-lavalamp/download.phplavalamp原地址
2014-05-10 11:10:41
662
转载 锚点滑动效果
$(document).ready(function(){ $('a[href*=#]:not([href=#])').click(function() { if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') || location.hostname == this.hostname
2014-05-08 10:31:40
628
JQuery flot API文档 中文版
2014-06-18
jQueryApi合辑
2014-05-12
Spring MVC 3.0.5+Spring 3.0.5+MyBatis3.0.4全注解实例详解
2014-03-20
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人