摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf- 阅读全文
posted @ 2013-03-24 15:23 一千零一夜 阅读(583) 评论(0) 推荐(0) 编辑
摘要: (function ($) { $.extend($.fn, { lSelect: function (options) { // 默认参数 var settings = { url: "", // 数据获取url parameter: "pid", // 数据获取参数名称 title: "title", // 定义JSON数据格式:选择名称 value: "value", // 定义JSON数据格式:选择值 ... 阅读全文
posted @ 2013-03-24 15:20 一千零一夜 阅读(2268) 评论(0) 推荐(0) 编辑
摘要: <html><head><title> 年月日三下拉框联动 </title> <script src="jquery-1.7.2.min.js" type="text/javascript"></script> <script type="text/javascript"> (function ($) { $.extend($.fn, { sjSelect: function (options) { // 默认参数 var settings ... 阅读全文
posted @ 2013-03-24 14:56 一千零一夜 阅读(1172) 评论(2) 推荐(0) 编辑