上一页 1 2 3 4 5 6 7 8 ··· 14 下一页
摘要: function timeBuckets(){ var html = ''; var arr =[]; //'00:00--00:30','00:30--01:00' for(var i=0;i'+arr[2*i]+'' + ''+arr[2*i+1]+''; } return htm... 阅读全文
posted @ 2014-07-09 17:42 Western Journey 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 下拉列表 1111 2222 3333 4444 阅读全文
posted @ 2014-07-09 14:05 Western Journey 阅读(260) 评论(0) 推荐(0) 编辑
摘要: $(document).click(function(){ $('.checkval').find('li').each(function(){ $(this).click(function(){ var checkvalue... 阅读全文
posted @ 2014-07-08 17:30 Western Journey 阅读(491) 评论(0) 推荐(0) 编辑
摘要: $(function(){ serviceHeight(); $('#seconds').hide(); inputFocus();/*开始接受订单*/$('.btn_order').click(function(){ if( !$(this).hasClass('btn_s... 阅读全文
posted @ 2014-07-08 17:29 Western Journey 阅读(409) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/purediy/archive/2012/06/10/2544184.html 阅读全文
posted @ 2014-06-27 10:10 Western Journey 阅读(124) 评论(0) 推荐(0) 编辑
摘要: chrome不支持 $(self.parent.frames["header"].document) 阅读全文
posted @ 2014-06-25 17:02 Western Journey 阅读(93) 评论(0) 推荐(0) 编辑
摘要: HTML代码如下: JS Bin web stroage 保存数据 显示数据Js代码如下:function saveStorage(x){ var _this=document.getElementById(x); var _value=_this.value; lo... 阅读全文
posted @ 2014-06-17 15:38 Western Journey 阅读(182) 评论(0) 推荐(0) 编辑
摘要: var color='red';for(var p in color){console.log(color[p])};//r //e //dvar a=null;for(var k in a){console.log(a[k])};//undefinedvar flag=true;for(var j... 阅读全文
posted @ 2014-06-14 20:09 Western Journey 阅读(227) 评论(0) 推荐(0) 编辑
摘要: JS Bin 做一条直线(js代码):var myCanvas = document.getElementById('myCanvas');var ctx = myCanvas.getContext('2d');ctx.moveTo(1,1);ctx.lineTo(20,30);ctx.strok... 阅读全文
posted @ 2014-06-10 10:39 Western Journey 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-05-28 16:52 Western Journey 阅读(92) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 14 下一页