随笔分类 -  JS

摘要:一、简介 定义 jQuery创始人是美国John Resig,是优秀的Javascript框架; jQuery是一个轻量级、快速简洁的javaScript库。源码戳这 jQuery对象 jQuery产生的对象时jQuery独有的,只能自己调用 书写规则 支持链式操作; 在变量前加"$"符号(var 阅读全文
posted @ 2016-07-25 16:35 Percy宣森 阅读(802) 评论(0) 推荐(0)
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <script src="~ 阅读全文
posted @ 2016-04-25 13:27 Percy宣森 阅读(387) 评论(0) 推荐(0)
摘要:题目来自 25 Essential JavaScript Interview Questions。闲来无事,正好切一下。 一 What is a potential pitfall with using typeof bar "object" to determine if bar is an ob 阅读全文
posted @ 2015-12-28 09:51 Percy宣森 阅读(243) 评论(0) 推荐(0)
摘要:/*** 2009-10-01* 贺 臣* 情 缘* js各种表单数据验证*//**************************************************************************************//**********************... 阅读全文
posted @ 2015-12-15 14:22 Percy宣森 阅读(600) 评论(0) 推荐(0)