前端开发代码
前端开发代码分享优秀的jquery代码,html代码,css代码等前端开发技术
简单的遮罩弹窗jquery代码
效果 点击这里 效果增强版的 代码 HTML结构 <div>点击这里</div> <div>效果增强版的</div> <div></div> <div> ...
仿Google首页搜索自动补全!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> ...
jQuery模拟瀑布流布局
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>瀑布流</title> <style ty ...
placeholder jquery插件
/***************************************************************************** jQuery Placeholder 1.1.9 Copyright (c) 20 ...
表单验证jquery插件
var regAction = (function () { var defaultOpts = { 'regform' : 'regfrom', 'username' : 'username', 'userpwd' : 'userpwd' ...
JavaScript 图片切换
用原生的JS写动画效果的确是个很令人纠结的事情,倒不如直接用jQuery来写,亦或找一些jQuery插件。能力达不到的时候,为了工作进度,只能采取心有不甘的手段。 如果真的获得能力的提高,我认为还是必须去学习那些优秀的程序员写的优秀的代码。 ...
js构造函数-滚动动画,看不懂
auto = null; timer = null; var focus = new Function(); focus.prototype = { init : function () { this.aTime = this.aTime ...
each的另一种用法,内嵌变量的写法
$("#left article .t").each(function(){ $(this).nextAll().hide(); $(this).click(function(){ $(this).nextAll().slideToggle ...
20130628-imageAutoSize-imagesLoaded-live
jQuery.fn.imageAutoSize = function(w) { $(this).each(function() { var image = $(this); var ow = image.width(); var oh = ...
20130628-jq插件-placeholder
/*! * copyright c by zhangxinxu 2012-02-06 * jquery.placeholder.js placeholder属性模拟插件 * v1.0 2012-02-06 create * v1.2 201 ...