Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
319 commits
Select commit Hold shift + click to select a range
c205fbc
Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 …
rdworth Apr 7, 2011
e388153
Dialog: Don't use .attr( props, true ) for creating buttons since tha…
scottgonzalez Apr 7, 2011
3c13b33
Progressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv sh…
kflorence Apr 8, 2011
9412777
Progressbar: Added unit test for #7231 - valueDiv should be hidden wh…
rdworth Apr 9, 2011
371f1a4
Resizable: Added a non-visible yet non-transparent (apparently) no-re…
rdworth Apr 9, 2011
541fda3
Resizable: use background-image:url(data:) instead of background-imag…
rdworth Apr 10, 2011
dcbc808
Tagging the 1.8.12 release.
scottgonzalez Apr 13, 2011
3ca87ad
Updating the 1-8-stable version to 1.8.13pre
scottgonzalez Apr 13, 2011
06815a9
Datepicker: Fixed dateFormat for nl locale. Fixes #7250 - Datepicker:…
scottgonzalez Apr 15, 2011
df7e300
Datepicker: Fixed Slovak locale. Fixes #7254 - Datepicker: Incorrect …
Lopo Apr 12, 2011
5439940
Class Animation: Use .attr( "class" ) instead of .attr( "className" )…
scottgonzalez Apr 27, 2011
5e095e9
Resizable: switch data: background image to valid image file, small 1…
rdworth Apr 29, 2011
96f6b1a
Core: reuse tabindex value. Fixed #7257 - optimize :tabbable.
adambaratz Apr 15, 2011
0da176b
Datepicker: bind hover events using delegate. Fixed #7256 - minimize …
adambaratz Apr 15, 2011
a6d8fd1
Draggable: containment now updates dynamically to handle scrolling co…
ef4 Apr 28, 2011
f3737a9
Bug fix for another use case, see comment by whittet here: http://bug…
whittet Apr 27, 2011
15b9e9d
Draggable: Modified the iframe shims to load prior to dragging. Fixed…
webghost Apr 19, 2011
0d0adde
Datepicker: Remove BOM. Fixed #6734 - Datepicker i18n: Problem with J…
kzys May 4, 2011
f9faa0a
Datepicker: Greedy matching in month name. Fixed #7062 - $.datepicker…
kzys May 4, 2011
870977a
Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fi…
kzys May 4, 2011
4c218ee
Button: stop disabled button from firing click events. fixes #5945. B…
eikes May 5, 2011
7360265
Datepicker: Moved the setting of _datepickerShowing to after postPro…
scottgonzalez May 6, 2011
7eda94a
Mouse: Changed mouseHandled check to a local var rather than using or…
kborchers May 9, 2011
38af07e
Resizable: Skip autohide hover action when resizable is disabled. Fix…
carsonmcdonald May 9, 2011
36110e0
Autocomplete: Use appropriate methods for getting scroll values for .…
scottgonzalez May 11, 2011
5e1032e
Datepicker: Fixed #7043 - Using multiple months always renders 6 rows…
kzys May 6, 2011
201b5ed
Draggable: Remove id when cloning helpers. Fixes #4564 - Draggable+So…
kzys May 11, 2011
03ce9fb
Slider: add handles in single DOM operation. Fixed #7259 - optimize h…
adambaratz May 11, 2011
3edda96
Datepicker: Removed duplicate call to _updateDatepicker when changing…
gplocke May 11, 2011
2b84107
Datepicker: Disabled datepicker should disable own select element too…
kzys May 6, 2011
804ba0a
Revert "Datepicker: Fixed #7043 - Using multiple months always render…
scottgonzalez May 12, 2011
10fa7f9
Datepicker: removed conditional mozilla browser check block. Fixes #7…
May 12, 2011
23f2225
Tagging the 1.8.13 release.
scottgonzalez May 12, 2011
731e93a
Updating the 1-8-stable version to 1.8.14pre
scottgonzalez May 12, 2011
c8326a4
Theme: Reducing size of CSS for Corner Properties - Fixes #7356 - Red…
gnarf May 12, 2011
15cb567
Button: Added rtl detection so corner classes would properly be appli…
dcneiner May 12, 2011
3842fa9
Button: no longer calls _resetButton() after changing the disabled op…
dcneiner May 12, 2011
16b4ffb
Draggable: Check for grid elements set to 0 to prevent divide by 0 er…
kborchers May 13, 2011
427f3d4
Button: Don't fire click/change events if mouse was dragged during cl…
kborchers May 13, 2011
1866905
Draggable: Changed logic to only subtract left and top offsets of con…
kborchers May 12, 2011
c147049
Datepicker: Made the day of year calculator be more accurate. Fixes #…
fracmak May 14, 2011
4e3f8bd
Button demo: modified order of selectors. Fixed #7094 - Buttons probl…
bboyle May 16, 2011
3124864
Datepicker: onClose callback should be triggered by show. Fixed #6656…
kzys May 6, 2011
c45dd91
Button: Refactored formResetHandler and fixed scope. Foxes #7261 - Re…
scottgonzalez May 18, 2011
fab1729
Dialog: Changed IE6 overlay width adjustment to apply to all IE versi…
jzaefferer May 18, 2011
e05559e
There's no guard against unparsed characters at the end of the date s…
jzaefferer May 18, 2011
2dc37c9
missing comma(cherry picked from commit 39fab1f39811818887e8906ede214…
jebaird May 17, 2011
fcd6e8d
CSS: added support for konqueror border-radius. Fixed #6097.
jgv May 18, 2011
9c0cd47
Resizable: Remove workaround for handles not working in IE when trans…
scottgonzalez May 20, 2011
ed65ce7
Sortable: Changed to check the parent's length so that the dom positi…
kborchers May 16, 2011
bb076e3
Simulate: account for document scroll in findCenter function. Fixes #…
rdworth May 26, 2011
ad947c7
Button: modified the event bindings for focus and blur. Fixed #6711 -…
ruprict May 26, 2011
3735bab
Button: adding event.preventDefault. Fixes #5945 - Disabled buttons s…
shellscape May 26, 2011
b196d1f
Resizable: correct aspectRatio handling with min/max dimensions. Fixe…
May 26, 2011
b04c6ec
Mouse: Optimize the cancel locator, works around a bug where .add(eve…
May 27, 2011
ce2fbb9
Droppable: Added dragStart and dragStop to ddmanager and call them fr…
kborchers May 27, 2011
d3ffacb
Effects: Fixed typo. Fixes #7435 - animateClass ignores easing due to…
scottgonzalez May 28, 2011
4d8529c
Datepicker: Don't use .delegate(). Fixes #7470 - Datepicker: 1.8.x ca…
scottgonzalez Jun 13, 2011
57b9e9d
Datepicker: Calculate the max number of rows necessary when displayin…
kborchers May 27, 2011
4878ed8
Datepicker: Reset this.maxRows (rows in a month) on each row in a mul…
kborchers Jun 13, 2011
f27a537
Datepicker: Set font-size to 0em on ui-datepicker-row-break to overri…
kborchers Jun 13, 2011
fe1b0dc
Tagging the 1.8.14 release.
scottgonzalez Jun 17, 2011
928abeb
Updating the 1-8-stable version to 1.8.15pre
scottgonzalez Jun 17, 2011
86a09ae
Datepicker: Removing unnessecary typeof check. Fixed #6669 - Datepick…
marcneuwirth Jun 22, 2011
bb9f9fa
Datepicker: Added onSelect.apply() call to _doKeyDown method when ent…
marcneuwirth Jun 28, 2011
b8e14e7
Datepicker: Added onSelect.apply() call to _setDate method if onSelec…
marcneuwirth Jun 28, 2011
ab3b78e
Merge pull request #322 from kborchers/bug_5665
gnarf Jun 16, 2011
c81bfb9
Datepicker: show inline datepicker setting explicit display:block ins…
rdworth Jul 19, 2011
c1929fc
Datepicker i18n: Corrected Dutch abbreviation of month name March. Fi…
rdworth Jul 19, 2011
8d43fe7
Slider: Fixed var statement. Fixes #7564 - alignValue Global Scope.
scottgonzalez Jul 19, 2011
f7202b8
Added compound test suite and updated QUnit.
scottgonzalez Jul 28, 2011
c3c6daf
Accordion tests: Fixed fixture id.
scottgonzalez Jul 28, 2011
cd74589
Tests: Deleted failing widget tests.
scottgonzalez Jul 28, 2011
7f8e7da
Tests: Delete everything that fails.
scottgonzalez Jul 28, 2011
4b17402
Tests: Added ability to run tests against different versions of jQuer…
scottgonzalez Jul 28, 2011
b796cc5
jQuery 1.6 support.
scottgonzalez Jul 29, 2011
bd48ddf
Revert "Mouse: Changed mouseHandled check to a local var rather than …
scottgonzalez Aug 1, 2011
1d47956
Datepicker: Removed click handling for month and year dropdowns. Fixe…
scottgonzalez Aug 1, 2011
baa2e96
Upgrade jQuery to 1.6.2.
scottgonzalez Aug 2, 2011
54f1e73
Tagging the 1.8.15 release.
scottgonzalez Aug 2, 2011
694b460
Updating the 1-8-stable version to 1.8.16pre
scottgonzalez Aug 2, 2011
67ff57a
Build: Updated release script.
scottgonzalez Aug 2, 2011
abf97f7
Backport of f9996682b5739661c21548f0de3d4c4883c5119d for 1-8-stable.
pelme Aug 2, 2011
4c57f36
Merge pull request #415 from pelme/1-8-stable
scottgonzalez Aug 2, 2011
82df692
Effects: Backporting 8108ec8 - Fixes #7595 - Wrapper-creating jquery-…
gnarf Aug 2, 2011
14ab4f4
Mouse: Changed mouseHandled check to a local var rather than using or…
kborchers Aug 2, 2011
07d5271
Button: Adding quotes to the attribute selector for labels - Fixes #7…
gnarf Aug 4, 2011
66d6766
Backport widget demo from master to get it up on jqueryui.com with th…
jzaefferer Aug 4, 2011
3e98e73
Revert "Datepicker: Added onSelect.apply() call to _setDate method if…
scottgonzalez Aug 9, 2011
c5799b5
Mouse: Work around a bug in IE 8 where disabled inputs don't have a n…
scottgonzalez Aug 9, 2011
1b5af10
Datepicker: Added ability to stop datepicker from beforeShow. Fixes #…
Aug 9, 2011
c7c5b6b
Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 …
scottgonzalez Aug 9, 2011
1d266c1
Widget demo: Fixed typo.
scottgonzalez Aug 9, 2011
7c15d3c
Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fi…
scottgonzalez Aug 10, 2011
930c650
Draggable: Only run iframeFix logic if the option is truthy. Fixes #7…
scottgonzalez Aug 12, 2011
7b3e6a8
Droppable: Don't use .parentsUntil(). Fixes #7530 - Droppable fails o…
scottgonzalez Aug 12, 2011
269fcfb
Tagging the 1.8.16 release.
scottgonzalez Aug 15, 2011
a62074d
Updating the 1-8-stable version to 1.8.17pre
scottgonzalez Aug 15, 2011
8f16cc3
Dialog: Tabbing out of a modal dialog was possible because keypress d…
gnarf Aug 19, 2011
5d4d40f
Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thou…
gnarf Aug 20, 2011
000b173
Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonse…
scottgonzalez Sep 6, 2011
eddf076
Datepicker i17n hu: Corrected some spellings and abbreviations as wel…
rdworth Sep 13, 2011
af7d433
Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7…
rdworth Sep 13, 2011
872387a
Datepicker: Added additional check to checkExternalClick to work when…
kborchers Sep 12, 2011
5c6cfe2
Sortable: replaced hard-coded sortable with this.widgetName, and remo…
rdworth Sep 27, 2011
db1e73e
Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Val…
scottgonzalez Sep 27, 2011
b09eebe
Build: `ant size` will now give you a report detailing differences in…
gnarf Oct 17, 2011
6cd672b
Build: whitespace
gnarf Oct 17, 2011
e7702c1
Build: Fixing the sizer script to handle this many files
gnarf Oct 17, 2011
1e2fcb9
Build: For some reason, using parallel for gzip is causing some trunc…
gnarf Oct 17, 2011
b41873b
Autocomplete: Re-enable native autocomplete whent he page is unloaded…
scottgonzalez Oct 18, 2011
4dd204b
Upgraded jQuery to 1.6.4.
scottgonzalez Oct 18, 2011
be6b87b
Sortable tests: Commented out assertions that don't make sense.
scottgonzalez Oct 18, 2011
ca2ac47
Default to jQuery 1.6.4 for tests.
scottgonzalez Oct 18, 2011
eee4db7
Build: Switching to uglify.js instead of closure compilier. Saves 4 …
gnarf Oct 18, 2011
39e75ad
Button: Create text span in correct document.
scottgonzalez Oct 20, 2011
757384b
Autocomplete: Add 1px to the width of the menu to avoid wrapping in F…
scottgonzalez Oct 25, 2011
bfbc0b1
Position: Added a check for fraction support in element positions. Fi…
kborchers Oct 26, 2011
0fcf3d8
Datepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakh…
scottgonzalez Nov 1, 2011
9a87c1a
Accordion: Fixed #7238 - Problem with accordion slide animation fixed…
MGaetan89 Nov 6, 2011
1e28f83
Upgrade jQuery to 1.7.
scottgonzalez Nov 9, 2011
6f6e2de
Theme base core: Updated clearfix to 'new micro clearfix hack' by Nic…
rdworth Nov 9, 2011
aa4e8ab
Widget: Set event.target in ._trigger(). Fixes #7852 - Droppable even…
scottgonzalez Nov 10, 2011
0a6ce1f
Demos accordion hoverintent: moved event.type setter to not clobber e…
rdworth Nov 11, 2011
e9002c4
Selectable: add ui-selectee class to elements matching filter on refr…
rdworth Nov 16, 2011
30446f9
Merge pull request #511 from basti1253/master
rdworth Nov 17, 2011
a8b75a5
Datepicker: Added Luxembourgish translation. Fixes #7891 Datepicker: …
mweimerskirch Nov 17, 2011
a03863d
Datepicker: Added Welsh/UK localization. Fixes #7892 Datepicker: Add …
wgriffiths Nov 17, 2011
ebff2f9
Datepicker: Added Macedonian i18n for date picker plugin. Fixes #7893…
stojce Nov 17, 2011
126aafc
Datepicker: added i18n for nl-BE. Fixes #7895 Datepicker: Add Dutch (…
Nov 17, 2011
4bff6f5
jquery.ui.datepicker-uk.js : Corrected translation of the weekHeader.…
igormilla Oct 10, 2011
56422bd
Widget: Don't use $.event.props when creating events.
scottgonzalez Nov 21, 2011
f7b28df
Droppable: Make sure._drop is called for all relevant droppables. Fix…
bikeshedder Nov 21, 2011
63bd71f
Datepicker: Fix `this` reference in _hideDatepicker(). Fixed #7722 - …
Sep 16, 2011
ffd3f51
Selectable: Explicitly check event.ctrlKey now that jQuery differenti…
scottgonzalez Nov 22, 2011
94cc884
Upgrade jQuery to 1.7.1.
scottgonzalez Nov 22, 2011
f74537d
Tagging the 1.8.17 release.
scottgonzalez Nov 29, 2011
8254e85
stable update
q13 Feb 10, 2012
59a5d3e
添加tabs包装
q13 Feb 10, 2012
86525c3
dialog更改
q13 Feb 10, 2012
52d21a3
示例调整
q13 Feb 10, 2012
4efece4
删除blue主题,替换成default主题
q13 Feb 10, 2012
0225d3a
添加accordion包装
q13 Feb 10, 2012
9fa3cb9
协作test
q13 Feb 10, 2012
997d452
layout 配置调整
q13 Feb 10, 2012
ce2fabc
1、添加layout+component示例
q13 Feb 14, 2012
7a4b7b9
其他示例调整
q13 Feb 14, 2012
3e049ef
添加grid
q13 Feb 14, 2012
eb9d0c4
jquery layout update to 1.3.0 – rc29.15
q13 Feb 21, 2012
f9ba7d1
调整文件位置
q13 Feb 21, 2012
3e97ac3
调整grid行渲染接口,添加record参数
q13 Feb 21, 2012
ba169c6
调整grid示例
q13 Feb 21, 2012
f7ffb3a
grid添加ajaxParams附加ajax请求参数
q13 Feb 22, 2012
518d708
grid添加ajaxParams附加ajax请求参数
q13 Feb 22, 2012
30e03c5
添加几个库文件
q13 Feb 22, 2012
e80db8f
调整layout示例,添加页面min-width,max-width,min-height,max-height解决方案
q13 Feb 22, 2012
210e35d
添加自动完成组件
q13 Feb 24, 2012
248846c
tree添加getParents接口
q13 Feb 24, 2012
772f38c
自动完成添加option(displayField)
q13 Feb 28, 2012
b3e6273
自动完成添加option(displayField)
q13 Feb 28, 2012
c1800c5
ya组件主题化,添加default皮肤
q13 Feb 28, 2012
20126b8
添加pie解决方案
q13 Feb 29, 2012
cd826fa
default主题(tabs部分)
q13 Feb 29, 2012
5327c0c
iframe自适应高度
q13 Feb 29, 2012
33d1018
layout与tabs组件配合自适应高度
q13 Mar 1, 2012
dbba934
tabs:修正一个添加tab位置错误
q13 Mar 1, 2012
c163901
html控件(select)主题化
q13 Mar 1, 2012
c97f490
select控件主题化更新
q13 Mar 1, 2012
737cce8
添加双向选择itemselect组件
q13 Mar 2, 2012
6b745a4
下拉框css调整
q13 Mar 2, 2012
98daf46
添加及时编辑组件
q13 Mar 2, 2012
ad5ccee
grid分页美化
q13 Mar 2, 2012
fd17dfe
grid分页皮肤调整
q13 Mar 2, 2012
35620fa
添加datepicker组件
q13 Mar 2, 2012
0648065
dialog示例调整,按钮组件化
q13 Mar 5, 2012
80258ad
双向选择器更新
q13 Mar 5, 2012
fa408c0
combobox添加change事件
q13 Mar 5, 2012
c228043
combobox change调整
q13 Mar 5, 2012
c51866b
combobox change调整
q13 Mar 5, 2012
3963adb
combobox change事件示例调整
q13 Mar 6, 2012
9bcfa07
combobox change添加label返回值
q13 Mar 6, 2012
e69f5d8
combobox change事件调整
q13 Mar 6, 2012
ee8da5f
combobox 对外接口扩充 getSelection addItems select
q13 Mar 7, 2012
732288f
combobox接口调整
q13 Mar 7, 2012
7f8eec7
带遮罩的ajax请求示例
q13 Mar 9, 2012
cd24461
添加form组件,包括如下功能:
q13 Mar 12, 2012
325b062
form组件添加getValues接口
q13 Mar 12, 2012
ac1b7c6
iframe自定义高度bug fixed
q13 Mar 13, 2012
fb65ecb
添加overlay组件
q13 Mar 13, 2012
903045d
添加冒泡算法
q13 Mar 14, 2012
41e4f85
1、调整命名空间
q13 Mar 14, 2012
fbee1a8
overlay功能更新
q13 Mar 14, 2012
5944d4c
iframe高度自适应,添加try catch
q13 Mar 14, 2012
6da1eee
tabs组件修正一个新面板添加错误
q13 Mar 14, 2012
f6fbca2
dialog弹出位置demo
q13 Mar 14, 2012
073ef04
accordion示例调整
q13 Mar 15, 2012
1a285ff
tree选中样式更改
q13 Mar 15, 2012
db3bac6
editor更名为ieditor
q13 Mar 20, 2012
a9dd73e
form增强表单验证功能,可添加多个vtype
q13 Mar 20, 2012
1571e3a
ieditor功能改进
q13 Mar 20, 2012
38af9ee
调整最大与最小解决方案示例
q13 Mar 20, 2012
972b5f6
form函数验证示例
q13 Mar 21, 2012
b07efb6
添加dialog单体alert
q13 Mar 21, 2012
e1ad6f0
ie6/7 按钮样式hack
q13 Mar 21, 2012
f16031b
form组件reset接口添加清空error message功能
q13 Mar 23, 2012
7a89660
单体alert功能更新,添加autoHide选项
q13 Mar 26, 2012
dd5c07c
form验证添加item错误
q13 Mar 26, 2012
27c987f
1、form表单功能增强,添加enable接口,将出错焦点定位到第一个错误dom
q13 Mar 26, 2012
aa5e110
ieditor示例更新
q13 Mar 26, 2012
c82b8a4
ieditor修改一处编写错误
q13 Mar 26, 2012
055d2dd
ieditor按钮设置自定义css:ui-button-submit和ui-button-cancel
q13 Mar 27, 2012
3c75e6a
ieditor功能改进,提供对外保存与取消接口
q13 Mar 28, 2012
abe468e
添加reset接口.
q13 Mar 28, 2012
b0567b9
ieditor添加disable和enable接口
q13 Mar 28, 2012
c1e9346
form验证错误提示添加关闭按钮
q13 Mar 29, 2012
4e78b93
ieditor combobox类型功能性错误
q13 Mar 29, 2012
2587928
表单验证提示信息添加关闭按钮
q13 Mar 29, 2012
955615d
form reset接口功能调整
q13 Mar 29, 2012
bee782c
添加树removeAll接口
q13 Mar 29, 2012
e45b41c
提供了一种默认的表单验证提示信息样式
q13 Mar 29, 2012
5539150
更改form验证示例
q13 Mar 29, 2012
90060f0
form验证
q13 Mar 30, 2012
37dfb34
form0组件removeItem接口功能调整
q13 Mar 30, 2012
c4b9391
form组件功能变更:
q13 Mar 30, 2012
38e922b
同上
q13 Mar 30, 2012
126702c
form组件验证功能增强
q13 Mar 31, 2012
80e9daf
ieditor
q13 Mar 31, 2012
875f581
setValue处理无效值(设置为空)
q13 Mar 31, 2012
76ed8f2
add sublime test 2 test file
q13 Apr 5, 2012
bd148e9
button0 update
q13 Apr 5, 2012
607fe69
form0 reset接口更改
q13 Apr 6, 2012
2346a5a
ieditor修正setValue方法,同时设置data-val属性
q13 Apr 9, 2012
76f3297
表单验证调整
q13 Apr 18, 2012
8b6ae44
修正一处 日期编辑器问题
q13 Apr 19, 2012
2feb3d0
reset方法处理空值
q13 May 3, 2012
4df8b53
vForm select第一个出错点
q13 May 3, 2012
012dda4
check/uncheck添加触发check事件指示器triggerEvent
q13 May 22, 2012
542f701
itemselect添加一系列接口,未来得及doc,见code
q13 May 23, 2012
e5ed2af
修正getItemData返回值为data
q13 May 25, 2012
2898ec3
修正setValue方法
q13 May 25, 2012
0486045
添加set-value.html编辑器示例
q13 May 25, 2012
9e12124
getChecked添加第二个参数用于指明是否包含checked part的节点
q13 May 29, 2012
09d7358
test
q13 Jun 16, 2012
08243bc
grid加载遮罩样式调整
q13 Aug 29, 2012
0aa8652
Merge branch 'stable' of github.com:q13/jquery-ui into stable
q13 Aug 29, 2012
18d8fbd
form0 addItemVtyp和removeItemType接口调整
q13 Sep 3, 2012
96e73bd
同上
q13 Sep 3, 2012
dce0af3
修正getValues可获得[type=password][type=hidden]值
q13 Oct 9, 2012
6a31719
修正getValues只获得隐藏表单元素的值
q13 Oct 11, 2012
ecbafde
同上
q13 Oct 11, 2012
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
jQuery 1.6 support.
  • Loading branch information
scottgonzalez committed Jul 29, 2011
commit b796cc57bd1eb0557849ece88c5794b70656f5cd
2 changes: 1 addition & 1 deletion demos/autocomplete/remote-jsonp.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
$(function() {
function log( message ) {
$( "<div/>" ).text( message ).prependTo( "#log" );
$( "#log" ).attr( "scrollTop", 0 );
$( "#log" ).scrollTop( 0 );
}

$( "#city" ).autocomplete({
Expand Down
2 changes: 1 addition & 1 deletion demos/autocomplete/remote.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
$(function() {
function log( message ) {
$( "<div/>" ).text( message ).prependTo( "#log" );
$( "#log" ).attr( "scrollTop", 0 );
$( "#log" ).scrollTop( 0 );
}

$( "#birds" ).autocomplete({
Expand Down
2 changes: 1 addition & 1 deletion demos/autocomplete/xml.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
$(function() {
function log( message ) {
$( "<div/>" ).text( message ).prependTo( "#log" );
$( "#log" ).attr( "scrollTop", 0 );
$( "#log" ).scrollTop( 0 );
}

$.ajax({
Expand Down
Loading