jQuery TWzipcode: 台灣郵遞區號擴充套件

jQuery AJAX
回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

jQuery TWzipcode: 台灣郵遞區號擴充套件

文章 yehlu »

http://app.essoduke.org/twzipcode/

jQuery TWzipcode 是一個能輕鬆地建立多組台灣郵遞區號下拉清單的 jQuery 擴充套件,讀取快速、完全不需使用資料庫。

3+2 版本:Twzipcode32

版本歷史

1.4.1 (Oct 12, 2011)
新增參數 detect 可偵測用戶位置 (需載入 Google Maps API, 僅適用 IE9/Firefox 3.x/Chrome/Opera 10.5/Safari 4)
1.4 (Apr 27, 2011)
jQuery Library 版本需求 1.6 以上(無法使用請下載 twzipcode 1.3.1)。
修改原始碼以符合 jslint.com 驗證。
修改參數名稱 areaName => districtName, zipName => zipcodeName, areaSel => districtSel, zipSel => zipcodeSel, zipReadonly => readonly。
修正當指定元素名稱時,若名稱內包含 [] 會發生錯誤的情形。
加入 destroy, reset, serialize 等方法。
更新 Creative Commons License 至 3.0。


參數說明

detect: 是否偵測用戶位置 (Bool) /* 預設 false (注意: 此功能提供的數據並非絕對正確,僅供參考)*/
countyName: 指定縣市下拉清單名稱 (String) /* 若不指定則預設名稱為 county */
districtName: 指定鄉鎮市區下拉清單名稱 (String) /* 若不指定則預設名稱為 district */
zipcodeName: 指定郵遞區號輸入框名稱 (String) /* 若不指定則預設名稱為 zipcode */
countySel: 縣市預設值 (String)
districtSel: 鄉鎮市區預設值 (String)
zipcodeSel: 郵遞區號預設值 (String)
readonly: 郵遞區號輸入框是否唯讀? (Bool)
css: ['County ClassName', 'Area ClassName', 'Zip ClassName'] (Array)
方法說明

destroy: 從指定的元素移除 Plugin /* jQuery(selector).twzipcode('destroy'); */
reset: 將指定的元素恢復未選狀態 /* jQuery(selector).twzipcode('reset'); */
serialize: 將指定的元素輸出為 URL Query 字串 /* jQuery(selector).twzipcode('serialize'); */
下載位置

twzipcode-1.4.1.js (20 KB)
twzipcode-1.4.1-min.js (13 KB)
twzipcode-1.4.js (17 KB)
twzipcode-1.4-min.js (12 KB)
twzipcode-1.3.1.js (13 KB)
回覆文章

回到「jQuery」