解决IE不支持HTML5表单属性placeholder的问题
//解决IE不支持HTML5表单属性placeholder的问题
(function($) {$.fn.placeholder = function(options) {var defaults = {pColor: "#ccc",pActive: "#999",pFont: "14px",activeBorder: "#080",posL: 44,zIndex: "99"},opts = $.extend(defaults, options);//returnthis.each(functio...查看完整版>>