摘要: 用来获取JavaScript数据类型[[Class]]的对象 如果对象是undefined或null,则返回相应的“undefined”或“null”。 jQuery.type( undefined ) "undefined" jQuery.type() "undefined" jQuery.typ 阅读全文
posted @ 2016-10-18 15:54 霓裳梦竹 阅读(277) 评论(0) 推荐(0)
摘要: $.isArray() 返回一,用来指明对象是否是一个JavaScript数组(而不是类似数组的对象,如一个jQuery对象)。 $.isArray() 返回一,用来指明对象是否是一个JavaScript数组(而不是类似数组的对象,如一个jQuery对象)。 阅读全文
posted @ 2016-10-18 15:50 霓裳梦竹 阅读(184) 评论(0) 推荐(0)
摘要: Description: Determine if the argument passed is a JavaScript function object. 阅读全文
posted @ 2016-10-18 15:43 霓裳梦竹 阅读(546) 评论(1) 推荐(0)