forked from essoduke/jQuery-TWzipcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjquery.twzipcode.js
540 lines (508 loc) · 24.1 KB
/
jquery.twzipcode.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
/**
* The MIT License
* Copyright (c) 2014 Essoduke Chang. http://essoduke.org
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* jQuery TWzipcode 台灣郵遞區號 jQuery 擴充套件
* 輕鬆地建立多組台灣郵遞區號下拉清單,讀取快速、完全不需使用資料庫。
*
* @author Essoduke Chang
* @see http://app.essoduke.org/twzipcode/
* @version 1.6.7
*
* [Changelog]
* 恢復 detect(bool) 參數的支援,可設置是否自動讀取用戶的位置(瀏覽器需 GeoLocation API 支援)
*
* Last Modified 2014.08.29.143917
*/
;(function ($, window, undefined) {
'use strict';
// Zipcode JSON data
var data = {
'基隆市': {'仁愛區': '200', '信義區': '201', '中正區': '202', '中山區': '203', '安樂區': '204', '暖暖區': '205', '七堵區': '206'},
'台北市': {'中正區': '100', '大同區': '103', '中山區': '104', '松山區': '105', '大安區': '106', '萬華區': '108', '信義區': '110', '士林區': '111', '北投區': '112', '內湖區': '114', '南港區': '115', '文山區': '116'},
'新北市': {
'萬里區': '207', '金山區': '208', '板橋區': '220', '汐止區': '221', '深坑區': '222', '石碇區': '223',
'瑞芳區': '224', '平溪區': '226', '雙溪區': '227', '貢寮區': '228', '新店區': '231', '坪林區': '232',
'烏來區': '233', '永和區': '234', '中和區': '235', '土城區': '236', '三峽區': '237', '樹林區': '238',
'鶯歌區': '239', '三重區': '241', '新莊區': '242', '泰山區': '243', '林口區': '244', '蘆洲區': '247',
'五股區': '248', '八里區': '249', '淡水區': '251', '三芝區': '252', '石門區': '253'
},
'宜蘭縣': {
'宜蘭市': '260', '頭城鎮': '261', '礁溪鄉': '262', '壯圍鄉': '263', '員山鄉': '264', '羅東鎮': '265',
'三星鄉': '266', '大同鄉': '267', '五結鄉': '268', '冬山鄉': '269', '蘇澳鎮': '270', '南澳鄉': '272',
'釣魚台列嶼': '290'
},
'新竹市': {'東區': '300', '北區': '300', '香山區': '300'},
'新竹縣': {
'竹北市': '302', '湖口鄉': '303', '新豐鄉': '304', '新埔鎮': '305', '關西鎮': '306', '芎林鄉': '307',
'寶山鄉': '308', '竹東鎮': '310', '五峰鄉': '311', '橫山鄉': '312', '尖石鄉': '313', '北埔鄉': '314',
'峨嵋鄉': '315'
},
'桃園市': {
'中壢區': '320', '平鎮區': '324', '龍潭區': '325', '楊梅區': '326', '新屋區': '327', '觀音區': '328',
'桃園區': '330', '龜山區': '333', '八德區': '334', '大溪區': '335', '復興區': '336', '大園區': '337',
'蘆竹區': '338'
},
'苗栗縣': {
'竹南鎮': '350', '頭份鎮': '351', '三灣鄉': '352', '南庄鄉': '353', '獅潭鄉': '354', '後龍鎮': '356',
'通霄鎮': '357', '苑裡鎮': '358', '苗栗市': '360', '造橋鄉': '361', '頭屋鄉': '362', '公館鄉': '363',
'大湖鄉': '364', '泰安鄉': '365', '銅鑼鄉': '366', '三義鄉': '367', '西湖鄉': '368', '卓蘭鎮': '369'
},
'台中市': {
'中區': '400', '東區': '401', '南區': '402', '西區': '403', '北區': '404', '北屯區': '406', '西屯區': '407', '南屯區': '408',
'太平區': '411', '大里區': '412', '霧峰區': '413', '烏日區': '414', '豐原區': '420', '后里區': '421',
'石岡區': '422', '東勢區': '423', '和平區': '424', '新社區': '426', '潭子區': '427', '大雅區': '428',
'神岡區': '429', '大肚區': '432', '沙鹿區': '433', '龍井區': '434', '梧棲區': '435', '清水區': '436',
'大甲區': '437', '外埔區': '438', '大安區': '439'
},
'彰化縣': {
'彰化市': '500', '芬園鄉': '502', '花壇鄉': '503', '秀水鄉': '504', '鹿港鎮': '505', '福興鄉': '506',
'線西鄉': '507', '和美鎮': '508', '伸港鄉': '509', '員林鎮': '510', '社頭鄉': '511', '永靖鄉': '512',
'埔心鄉': '513', '溪湖鎮': '514', '大村鄉': '515', '埔鹽鄉': '516', '田中鎮': '520', '北斗鎮': '521',
'田尾鄉': '522', '埤頭鄉': '523', '溪州鄉': '524', '竹塘鄉': '525', '二林鎮': '526', '大城鄉': '527',
'芳苑鄉': '528', '二水鄉': '530'
},
'南投縣': {
'南投市': '540', '中寮鄉': '541', '草屯鎮': '542', '國姓鄉': '544', '埔里鎮': '545', '仁愛鄉': '546',
'名間鄉': '551', '集集鎮': '552', '水里鄉': '553', '魚池鄉': '555', '信義鄉': '556', '竹山鎮': '557',
'鹿谷鄉': '558'
},
'嘉義市': {'東區': '600', '西區': '600'},
'嘉義縣': {
'番路鄉': '602', '梅山鄉': '603', '竹崎鄉': '604', '阿里山': '605', '中埔鄉': '606', '大埔鄉': '607',
'水上鄉': '608', '鹿草鄉': '611', '太保市': '612', '朴子市': '613', '東石鄉': '614', '六腳鄉': '615',
'新港鄉': '616', '民雄鄉': '621', '大林鎮': '622', '溪口鄉': '623', '義竹鄉': '624', '布袋鎮': '625'
},
'雲林縣': {
'斗南鎮': '630', '大埤鄉': '631', '虎尾鎮': '632', '土庫鎮': '633', '褒忠鄉': '634', '東勢鄉': '635',
'臺西鄉': '636', '崙背鄉': '637', '麥寮鄉': '638', '斗六市': '640', '林內鄉': '643', '古坑鄉': '646',
'莿桐鄉': '647', '西螺鎮': '648', '二崙鄉': '649', '北港鎮': '651', '水林鄉': '652', '口湖鄉': '653',
'四湖鄉': '654', '元長鄉': '655'
},
'台南市': {
'中西區': '700', '東區': '701', '南區': '702', '北區': '704', '安平區': '708', '安南區': '709',
'永康區': '710', '歸仁區': '711', '新化區': '712', '左鎮區': '713', '玉井區': '714', '楠西區': '715',
'南化區': '716', '仁德區': '717', '關廟區': '718', '龍崎區': '719', '官田區': '720', '麻豆區': '721',
'佳里區': '722', '西港區': '723', '七股區': '724', '將軍區': '725', '學甲區': '726', '北門區': '727',
'新營區': '730', '後壁區': '731', '白河區': '732', '東山區': '733', '六甲區': '734', '下營區': '735',
'柳營區': '736', '鹽水區': '737', '善化區': '741', '大內區': '742', '山上區': '743', '新市區': '744',
'安定區': '745'
},
'高雄市': {
'新興區': '800', '前金區': '801', '苓雅區': '802', '鹽埕區': '803', '鼓山區': '804', '旗津區': '805',
'前鎮區': '806', '三民區': '807', '楠梓區': '811', '小港區': '812', '左營區': '813',
'仁武區': '814', '大社區': '815', '岡山區': '820', '路竹區': '821', '阿蓮區': '822', '田寮鄉': '823',
'燕巢區': '824', '橋頭區': '825', '梓官區': '826', '彌陀區': '827', '永安區': '828', '湖內鄉': '829',
'鳳山區': '830', '大寮區': '831', '林園區': '832', '鳥松區': '833', '大樹區': '840', '旗山區': '842',
'美濃區': '843', '六龜區': '844', '內門區': '845', '杉林區': '846', '甲仙區': '847', '桃源區': '848',
'那瑪夏區': '849', '茂林區': '851', '茄萣區': '852'
},
'屏東縣': {
'屏東市': '900', '三地門': '901', '霧臺鄉': '902', '瑪家鄉': '903', '九如鄉': '904', '里港鄉': '905',
'高樹鄉': '906', '鹽埔鄉': '907', '長治鄉': '908', '麟洛鄉': '909', '竹田鄉': '911', '內埔鄉': '912',
'萬丹鄉': '913', '潮州鎮': '920', '泰武鄉': '921', '來義鄉': '922', '萬巒鄉': '923', '崁頂鄉': '924',
'新埤鄉': '925', '南州鄉': '926', '林邊鄉': '927', '東港鎮': '928', '琉球鄉': '929', '佳冬鄉': '931',
'新園鄉': '932', '枋寮鄉': '940', '枋山鄉': '941', '春日鄉': '942', '獅子鄉': '943', '車城鄉': '944',
'牡丹鄉': '945', '恆春鎮': '946', '滿州鄉': '947'
},
'台東縣': {
'臺東市': '950', '綠島鄉': '951', '蘭嶼鄉': '952', '延平鄉': '953', '卑南鄉': '954', '鹿野鄉': '955',
'關山鎮': '956', '海端鄉': '957', '池上鄉': '958', '東河鄉': '959', '成功鎮': '961', '長濱鄉': '962',
'太麻里鄉': '963', '金峰鄉': '964', '大武鄉': '965', '達仁鄉': '966'
},
'花蓮縣': {
'花蓮市': '970', '新城鄉': '971', '秀林鄉': '972', '吉安鄉': '973', '壽豐鄉': '974', '鳳林鎮': '975',
'光復鄉': '976', '豐濱鄉': '977', '瑞穗鄉': '978', '萬榮鄉': '979', '玉里鎮': '981', '卓溪鄉': '982',
'富里鄉': '983'
},
'金門縣': {'金沙鎮': '890', '金湖鎮': '891', '金寧鄉': '892', '金城鎮': '893', '烈嶼鄉': '894', '烏坵鄉': '896'},
'連江縣': {'南竿鄉': '209', '北竿鄉': '210', '莒光鄉': '211', '東引鄉': '212'},
'澎湖縣': {'馬公市': '880', '西嶼鄉': '881', '望安鄉': '882', '七美鄉': '883', '白沙鄉': '884', '湖西鄉': '885'},
'南海諸島': {'東沙': '817', '南沙': '819'}
};
/**
* _hasOwnProperty for compatibility IE
* @param {Object} obj Object
* @param {string} property Property name
* @return {bool}
* @version 2.4.3
*/
function _hasOwnProperty (obj, property) {
try {
return !window.hasOwnProperty ?
Object.prototype.hasOwnProperty.call(obj, property.toString()) :
obj.hasOwnProperty(property.toString());
} catch (ignore) {
}
}
/**
* twzipcode Constructor
* @param {Object} container HTML element
* @param {(Object|string)} options User settings
* @constructor
*/
function TWzipcode (container, options) {
/**
* Default settings
* @type {Object}
*/
var defaults = {
'countyName': 'county',
'countySel': '',
'css': [],
'detect': false, // v1.6.7
'districtName': 'district',
'districtSel': '',
'onCountySelect': null, // v1.5
'onDistrictSelect': null, // v1.5
'onZipcodeKeyUp': null, // v1.5
'readonly': false,
'zipcodeName': 'zipcode',
'zipcodeSel': '',
'zipcodeIntoDistrict': false // v1.6.6
};
/**
* DOM of selector
* @type {Object}
*/
this.container = $(container);
/**
* Merge the options
* @type {Object}
*/
this.options = $.extend({}, defaults, options);
// initialize
this.init();
}
/**
* twzipcode prototype
*/
TWzipcode.prototype = {
VERSION: '1.6.7',
/**
* Method: Get all post data
* @return {Object}
*/
data: function () {
var wrap = this.wrap;
return _hasOwnProperty(data, wrap.county.val()) ? data[wrap.county.val()] : data;
},
/**
* Method: Serialize the data
* @return {string}
*/
serialize: function () {
var result = [],
obj = {},
ele = {},
s = {};
obj = this.container.find('select,input');
if (obj.length) {
obj.each(function () {
ele = $(this);
result.push(ele.attr('name') + '=' + ele.val());
});
} else {
$(this).children().each(function () {
s = $(this);
result.push(s.attr('name') + '=' + s.val());
});
}
return result.join('&');
},
/**
* Method: Destroy the container.
* @this {twzipcode}
*/
destroy: function () {
$.data(this.container.get(0), 'twzipcode', null);
if (this.container.length) {
return this.container.empty().off('change keyup blur');
}
},
/**
* Method: Reset the selected items to default.
* @this {twzipcode}
*/
reset: function (container, obj) {
var self = this,
wrap = self.wrap,
county = {},
list = {
'county': '<option value="">縣市</option>',
'district': '<option value="">鄉鎮市區</option>'
},
tpl = [];
switch (obj) {
case 'district':
wrap.district.empty().html(list.district);
break;
default:
wrap.county.empty().html(list.county);
wrap.district.empty().html(list.district);
for (county in data) {
if (_hasOwnProperty(data, county)) {
tpl.push('<option value="' + county + '">' + county + '</option>');
}
}
$(tpl.join('')).appendTo(wrap.county);
break;
}
wrap.zipcode.val('');
},
/**
* Binding the event of the elements
* @this {twzipcode}
*/
bindings: function () {
var self = this,
opts = self.options,
wrap = self.wrap,
dz = '',
dc = '',
dd = '';
// county
wrap.county.on('change', function () {
var val = $(this).val(),
district = {},
tpl = [];
wrap.district.empty();
if (val) {
if (true === opts.zipcodeIntoDistrict) {
for (district in data[val]) {
if (_hasOwnProperty(data[val], district)) {
tpl.push('<option value="' + district + '">');
tpl.push(data[val][district] + ' ' + district);
tpl.push('</option>');
}
}
} else {
for (district in data[val]) {
if (_hasOwnProperty(data[val], district)) {
tpl.push('<option value="' + district + '">');
tpl.push(district);
tpl.push('</option>');
}
}
}
wrap.district.append(tpl.join('')).trigger('change');
} else {
wrap.county.find('option:first').prop('selected', true);
self.reset('district');
}
// County callback binding
if ('function' === typeof opts.onCountySelect) {
opts.onCountySelect.call(this, wrap.county);
}
});
// District
wrap.district.on('change', function () {
var val = $(this).val();
if (wrap.county.val()) {
wrap.zipcode.val(data[wrap.county.val()][val]);
}
// District callback binding
if ('function' === typeof opts.onDistrictSelect) {
opts.onDistrictSelect.call(this, wrap.district);
}
});
// Zipcode
wrap.zipcode.on('keyup blur', function () {
var obj = $(this),
val = '',
i = '',
j = '';
obj.val(obj.val().replace(/[^0-9]/g, ''));
val = obj.val().toString();
if (3 === val.length) {
for (i in data) {
if (_hasOwnProperty(data, i)) {
for (j in data[i]) {
if (_hasOwnProperty(data[i], j)) {
if (val === data[i][j]) {
wrap.county.val(i).trigger('change');
wrap.district.val(j).trigger('change');
break;
}
}
}
}
}
}
// Zipcode callback binding
if ('function' === typeof opts.onZipcodeKeyUp) {
opts.onZipcodeKeyUp.call(this, wrap.zipcode);
}
});
dz = undefined !== self.role.zipcode.data('value') ?
self.role.zipcode.data('value') :
opts.zipcodeSel;
dc = undefined !== self.role.county.data('value') ?
self.role.county.data('value') :
(_hasOwnProperty(data, opts.countySel) ? opts.countySel : '');
dd = undefined !== self.role.district.data('value') ?
self.role.district.data('value') :
opts.districtSel;
// Default value
if (dc) {
self.wrap.county.val(dc).trigger('change');
if (_hasOwnProperty(data[dc], dd)) {
self.wrap.district.val(dd).trigger('change');
}
}
if (dz && 3 === dz.toString().length) {
self.wrap.zipcode.val(dz).trigger('blur');
}
},
/**
* Geolocation detect
* @this {twzipcode}
*/
geoLocation: function () {
var self = this,
geolocation = navigator.geolocation,
options = {
'maximumAge': 600000,
'timeout': 3000,
'enableHighAccuracy': false
};
if (!geolocation) {
return;
}
geolocation.getCurrentPosition(
function (loc) {
var latlng = {};
if (_hasOwnProperty(loc, 'coords') &&
_hasOwnProperty(loc.coords, 'latitude') &&
_hasOwnProperty(loc.coords, 'longitude')
) {
latlng = [loc.coords.latitude, loc.coords.longitude];
$.getJSON(
'//maps.googleapis.com/maps/api/geocode/json',
{
'sensor' : false,
'address': latlng.join(',')
},
function (data) {
var postal = '';
if (data &&
_hasOwnProperty(data, 'results') &&
_hasOwnProperty(data.results[0], 'address_components') &&
undefined !== data.results[0].address_components[0]
) {
postal = data.results[0]
.address_components[data.results[0].address_components.length - 1]
.long_name;
if (postal) {
self.wrap.zipcode.val(postal.toString()).trigger('blur');
}
}
});
}
},
function (error) {
//console.error(error);
},
options
);
},
/**
* twzipcode Initialize
* @this {twzipcode}
*/
init: function () {
var self = this,
container = self.container,
opts = self.options,
role = {
county: container.find('[data-role=county]:first'),
district: container.find('[data-role=district]:first'),
zipcode: container.find('[data-role=zipcode]:first')
},
countyName = role.county.data('name') || opts.countyName,
districtName = role.district.data('name') || opts.districtName,
zipcodeName = role.zipcode.data('name') || opts.zipcodeName,
readonly = role.zipcode.data('readonly') || opts.readonly;
// Elements create
$('<select/>')
.attr('name', countyName)
.addClass(role.county.data('style') || (undefined !== opts.css[0] ? opts.css[0] : ''))
.appendTo(role.county.length ? role.county : container);
$('<select/>')
.attr('name', districtName)
.addClass(role.district.data('style') || (undefined !== opts.css[1] ? opts.css[1] : ''))
.appendTo(role.district.length ? role.district : container);
$('<input/>')
.attr({'type': 'text', 'name': zipcodeName})
.prop('readonly', readonly)
.addClass(role.zipcode.data('style') || (undefined !== opts.css[2] ? opts.css[2] : ''))
.appendTo(role.zipcode.length ? role.zipcode : container);
self.wrap = {
'county': container.find('select[name="' + countyName + '"]:first'),
'district': container.find('select[name="' + districtName + '"]:first'),
'zipcode': container.find('input[type=text][name="' + zipcodeName + '"]:first')
};
if (true === opts.zipcodeIntoDistrict) {
self.wrap.zipcode.hide();
}
self.role = role;
// Reset the elements
self.reset();
// Elements events binding
self.bindings();
// Geolocation
if (true === opts.detect) {
self.geoLocation();
}
}
};
/**
* jQuery twzipcode instance
* @param {Object} options Plugin settings
* @public
*/
$.fn.twzipcode = function (options) {
if ('string' === typeof options) {
switch (options) {
case 'data':
case 'destroy':
case 'reset':
case 'serialize':
var result = {},
instance = {};
this.each(function () {
instance = $.data(this, 'twzipcode');
if (instance instanceof TWzipcode && 'function' === typeof instance[options]) {
result = instance[options].apply(instance, Array.prototype.slice.call(arguments, 1));
}
});
break;
}
return undefined !== result ? result : this;
} else {
return this.each(function () {
if (!$.data(this, 'twzipcode')) {
$.data(this, 'twzipcode', new TWzipcode(this, options));
}
});
}
};
}(jQuery, window));