This repository has been archived by the owner on Aug 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
/
changes_en.txt
140 lines (93 loc) · 4.27 KB
/
changes_en.txt
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
v2.4 20141004
Bug Fixes
---------
* do entityify.head(). avoid problue cause by head containing < or >
* next <option> not show if head is false and defVal not set. next option will be gen and show on demo12
-----------------------------------------------------------------------------------------------------
v2.3 20140930
Bug Fixes
---------
* Add abort of setting to control ajax.abort() default value set to false, so DEMO3 and DEMO17 both work on the same page. thanks for 豆爸-逃逸的风<66340830@qq.com>
-----------------------------------------------------------------------------------------------------
v2.2 20140204
Bug Fixes
---------
* defVal setting not works during all-level data fetching from ajax. thanks xiaogui32@osc
-----------------------------------------------------------------------------------------------------
v2.1 20130512
Bug Fixes
---------
* selectedIdx calculate error when only one <option> item exists
-----------------------------------------------------------------------------------------------------
v2.0 20130508
Bug Fixes
---------
* ajax_loader offset vaule set wrong cause window scroll display
* 1st <select> not fire ajax request when no local data passed
Add Features
---------
+ add setting of 'dataReader' which define the key name of data, default value is object {id: 'id', name: 'name', cell: 'cell'}.
detail see demo
-----------------------------------------------------------------------------------------------------
v1.33 20130425
Changes
---------
* selStyle default value to blank
* selClass set default value 'LinkageSel'
-----------------------------------------------------------------------------------------------------
v1.32 20130410
Changes
---------
* Fix elm not exists when bindIdx is 0
-----------------------------------------------------------------------------------------------------
v1.31 20130322
Bug Fixes
---------
* onChange() not fire when option value is null or blank
-----------------------------------------------------------------------------------------------------
v1.30 20130305
Add Features
---------
+ Add setting key 'mvcQuery' (bool) default false. ajax request url compatible to MVC when set to true,
eg. http://linkagesel.xiaozhong.biz/district/get_nodes/1 // true, and setting of 'ajax' set to 'district/get_nodes'
http://linkagesel.xiaozhong.biz/district/get_nodes.php?id=1 // false
Bug Fixes
---------
* generate HTML code of this.st.loaderImg . thanks to jeff-stric(jeff-stric.iteye.com)
* this.st.loaderImg not escaped
Changes
---------
* due to $.browser deprecated since jQuery v1.9, LinkageSel will trade IE6,7,8 as IE6 if no other plugin loaded such as jquery.mb.browser.js
http://pupunzi.open-lab.com/2013/01/17/jquery-mb-browser-reintroduce-the-removed-browser-object-in-jquery-1-9/
-----------------------------------------------------------------------------------------------------
v1.24 20110730
changes
------------------
* jQuery requirs update to v1.6
Bug Fixes
---------
* ie6 delay problem,DEMO9 works not
* <option> construct compatibility by string concat
-----------------------------------------------------------------------------------------------------
v1.22 20110540
Bug Fixes
---------
* wrong assignment of ie6 validatition
-----------------------------------------------------------------------------------------------------
1.2 20100826 version
Bug Fixes
---------
* page flashing on jQueryUI.dialog if <option> item too lang under Firefox
Additions and changes
------------------
* the function return instance objcet to support chain action which are changeValues(), onChange(), reset(), resetAll().
eg. linkageSel.reset().changeValues([23, 2244]);
* using recycle pool to reuse the <option> object deleted
-----------------------------------------------------------------------------------------------------
v1.1 20100824 version
Additions and changes
------------------
* changeValues( Integer|Array , Boolean[option=false]) 1st param can be Array to set multi level select
-----------------------------------------------------------------------------------------------------
v1.0 20100810 First Release