05 2012 档案

摘要:1 /** 2 * 时间对象的格式化; 3 */ 4 Date.prototype.format = function(format,now) { 5 /* 6 * eg:format="yyyy-MM-dd hh:mm:ss"; 7 */ 8 9 v... 阅读全文
posted @ 2012-05-18 10:09 无嗔 阅读(1529) 评论(0) 推荐(0)
摘要:1 onStartDrag:function(e){2 $(this).draggable('options').cursor = 'not-allowed';3 $(this).draggable('pro... 阅读全文
posted @ 2012-05-03 23:33 无嗔 阅读(1765) 评论(0) 推荐(0)
摘要:$(''+data+'').text() //测试var data = 'sdfdfweresfdsf';alert($(''+data+'').text()); 阅读全文
posted @ 2012-05-01 00:22 无嗔 阅读(10235) 评论(0) 推荐(3)