- 浏览: 30558 次
- 性别:
- 来自: 北京
最新评论
-
Cobain_LI:
toGMTString已经不推荐使用了
cookie存储中文信息
文章列表
var a = '<a class="dasfd">xyz</a>';
//通过正则表达式获取
var reg = />(.+)</;
var items = reg.exec(a);
// Define the original function.
var checkNumericRange = function (value) {
if (typeof value !== 'number')
return false;
else
$(document).mousemove(function(e) {
if (!!this.move) {
var posix = !document.move_target ? {'x': 0, 'y': 0} : document.move_target.posix,
callback = document.call_down || function() {
$(this.move_target).css({
'top': e.pageY - posix.y,
...
function dealNull(obj){ for(var i in obj){ if(null == obj[i] || 'null' == obj[i]){ obj[i]=''; }else if('object' == typeof obj[i]){ dealNull(obj[i]); } }};
// 测试的对象var a = {};a.aa = null;a.bb = 'null';a.c = 1;a.b = {};a.b.aaa = null;a.b.bbb = 'null'; ...
alert([1,2]);//相当于alert([1,2].toString()); --这在IE与非IE上都相同,都会弹出"1,2"
alert([1,]);//相当于alert([1,].toString());--在非IE的标准浏览器上,js引擎会自动删除最后的",",所以在IE上会弹出"1,",而在非IE上会弹 ...
//浏览器窗口的内部宽度
var w = window.innerWidth //对于Internet Explorer、Chrome、Firefox、Opera 以及 Safari || document.documentElement.clientWidth //Internet Explorer 8、7、6、5 || document.body.clientWidth
//浏览器窗口的内部高度:var h = window.innerHeight || document.documentElement.clien ...