scottjehl
|
47cb8cbeeb
|
fixed test so it passes in Firefox
|
2011-07-10 17:14:55 -04:00 |
|
scottjehl
|
1036a8398a
|
added unit test to verify previous bugfix.
|
2011-07-10 16:28:40 -04:00 |
|
scottjehl
|
3deaa97c3a
|
removed the globalpagecreate event trigger that came with the previous pull request, as it was never necessary.
|
2011-07-10 16:12:05 -04:00 |
|
scottjehl
|
f13207505f
|
Merge branch 'master' of https://github.com/eugenb1/jquery-mobile into eugenb1-master
|
2011-07-10 16:09:00 -04:00 |
|
scottjehl
|
25f6e012b6
|
removed some old experiments. Others should soon move to a branch or external repo.
|
2011-07-10 15:39:26 -04:00 |
|
Scott Jehl
|
e1fd7a9e32
|
Merge pull request #2043 from beatryder/collapsible-set-fix
Fixes #1931 - Collapsible Set - Visual Bug
|
2011-07-10 07:18:53 -07:00 |
|
Ryan Neufeld
|
92fcbe1672
|
Fix for Bug #1931 - Collapsible Set - Visual Bug
collapsable selector was using :first so set was only ever one element.
changed find to children
|
2011-07-07 13:20:10 -07:00 |
|
John Bender
|
b761496ece
|
moved typeof check to jQuery.type()
|
2011-07-07 09:22:24 -07:00 |
|
John Bender
|
bf9c071900
|
whitespace in navigation
|
2011-07-07 09:19:16 -07:00 |
|
Eugen
|
d581accfdb
|
#2018 - forms.select now uses $.mobile.defaultDialogTransition
|
2011-07-07 09:52:02 +02:00 |
|
Eugen
|
4102df9923
|
Merge branch 'master' of https://github.com/jquery/jquery-mobile
|
2011-07-07 09:20:55 +02:00 |
|
Todd Parker
|
64a5786a81
|
Merge pull request #1941 from kpozin/patch-2
Change timing function on spin animation to linear. Thanks kpozin!
|
2011-07-06 19:57:36 -07:00 |
|
Todd Parker
|
a38b8f4207
|
Merge pull request #2039 from jgable/bug_1999
Fix #1999, mismatched gradient stops for .ui-btn-up-c style. Thanks jgable!
|
2011-07-06 14:07:29 -07:00 |
|
jacob4u2
|
e2a7b1a63c
|
Fix #1999, mismatched gradient stops for .ui-btn-up-c style
|
2011-07-06 16:03:13 -05:00 |
|
Todd Parker
|
6e6c06b8f2
|
Merge pull request #2028 from jgable/bug_2002
Fix #2002; updated -ms-filter style to match others. Thanks jgable!
|
2011-07-06 13:47:20 -07:00 |
|
Todd Parker
|
a1980d77dc
|
Merge pull request #2033 from blowsie/patch-1
Replaced Start tag (<div>) With End tag (</div>) in the example <code>. Thanks blowsie!
|
2011-07-06 13:34:34 -07:00 |
|
Todd Parker
|
dcde8311cb
|
Merge pull request #2037 from kpozin/patch-3
Fix for #1271 - code should be checking o.iconshadow rather than o.shadow. Thanks kpozin!
|
2011-07-06 13:33:29 -07:00 |
|
Konstantin Pozin
|
807089b04a
|
Fix for #1271 - iconshadow
|
2011-07-06 13:22:53 -07:00 |
|
Ghislain Seguin
|
21557ff5c5
|
Merge pull request #1993 from gseguin/issue-1990
Proposed fix for issue #1990
|
2011-07-06 10:44:22 -07:00 |
|
blowsie
|
63bfcdcc39
|
Replaced Start tag (<div>) With End tag (</div>) in the example <code>
|
2011-07-06 02:17:53 -07:00 |
|
jacob4u2
|
f56d084aec
|
Fix #2002; updated -ms-filter style to match others
|
2011-07-05 17:25:03 -05:00 |
|
toddparker
|
30892bab4b
|
Updated the Anatomy of a Page code examples to include the meta viewport tag
Updated 2 code examples with suggested settings and added an explanation of the feature. Fixes #1991
|
2011-07-05 14:40:51 -04:00 |
|
Eugen
|
da2b8ba21a
|
Merge branch 'master' of https://github.com/jquery/jquery-mobile
|
2011-07-05 09:15:21 +02:00 |
|
Scott Jehl
|
69550178c1
|
Merge pull request #2012 from chtitux/patch-1
Fix a typo in the doc : H1 should be H6 in the h6 tag
|
2011-07-02 09:02:02 -07:00 |
|
Théophile Helleboid - chtitux
|
971a2a78ed
|
Fix a typo in the doc : H1 should be H6 in the h6 tag
|
2011-07-02 03:36:44 -07:00 |
|
scottjehl
|
8b220a7be4
|
updated jquery version to 1.6.2
|
2011-07-01 14:39:21 -04:00 |
|
Ghislain Seguin
|
2deeee14d7
|
More elegant fix for #1990
Re-use $.mobile.allowCrossDomainPages & call deferred.reject to notify caller of failure
|
2011-06-30 13:40:06 -07:00 |
|
Eugen
|
1068f3e968
|
globalpagecreate-Event
|
2011-06-30 13:24:24 +02:00 |
|
Ghislain Seguin
|
8117f12ad5
|
Coding standards
|
2011-06-29 21:03:12 -07:00 |
|
Ghislain Seguin
|
b02e19891a
|
Replace $.noop by function that throws to not fail silently
|
2011-06-29 21:02:53 -07:00 |
|
Ghislain Seguin
|
5fe310600f
|
Fix for #1990: Introducing $.mobile.ajaxCrossDomainEnabled defaults to false
|
2011-06-29 20:00:12 -07:00 |
|
Kin Blas
|
2b51355656
|
Switch back to processing link clicks on the "click" event. It really is the only reliable way across all the devices we support.
Also, remove all references to useFastClick.
|
2011-06-29 17:38:00 -07:00 |
|
John Bender
|
2fda8f7efc
|
sorted directories to create consistent/readable order of execution
|
2011-06-29 13:46:05 -07:00 |
|
John Bender
|
5a14398c55
|
throttledresize event tests use eventSequence
|
2011-06-29 12:48:09 -07:00 |
|
John Bender
|
8b6e617309
|
set up eventSequence helper, moved pageSequence to eventSequence(changpage, fns)
|
2011-06-29 12:41:04 -07:00 |
|
John Bender
|
eb772dfcae
|
click the first item link in the dialog and not all the items in the dialog
|
2011-06-29 10:43:30 -07:00 |
|
John Bender
|
0774d6bfa0
|
move isOpen = true to the page show for dialog selects and to the bottom of the custom select logic branch to prevent timing issues
|
2011-06-29 10:43:30 -07:00 |
|
Kin Blas
|
df4e49b70c
|
Merge pull request #1985 from rwldrn/jquery.mobile.page.js-4
Fixes regression: jquery.mobile.page.js - revert var decl
|
2011-06-29 10:26:28 -07:00 |
|
Rick Waldron
|
658a420c3b
|
Fixes regression: jquery.mobile.page.js - revert var decl
|
2011-06-29 13:24:55 -04:00 |
|
Kin Blas
|
fb4b2ade25
|
Merge pull request #1984 from rwldrn/jquery.mobile.page.js-2
Fixes regression: jquery.mobile.page.js
|
2011-06-29 10:16:57 -07:00 |
|
Rick Waldron
|
a98a0d951f
|
Fixes regression: jquery.mobile.page.js
|
2011-06-29 13:08:04 -04:00 |
|
Kin Blas
|
554780f36c
|
Merge pull request #1981 from rwldrn/jquery.mobile.widget.js
jQuery core style guide conformance: jquery.mobile.widget.js
|
2011-06-29 09:15:52 -07:00 |
|
Kin Blas
|
a68cdd9f33
|
Merge pull request #1959 from rwldrn/jquery.mobile.fixHeaderFooter.js
jQuery core style guide conformance: jquery.mobile.fixHeaderFooter.js
|
2011-06-29 09:14:51 -07:00 |
|
Ghislain Seguin
|
188dbcc1a5
|
Coding standards
|
2011-06-29 08:59:40 -07:00 |
|
Ghislain Seguin
|
92fa98a88a
|
Merge pull request #1980 from rwldrn/jquery.mobile.vmouse.js
jQuery core style guide conformance: jquery.mobile.vmouse.js
|
2011-06-29 08:52:52 -07:00 |
|
Kin Blas
|
93e59a7f22
|
Merge pull request #1957 from rwldrn/jquery.mobile.event.js
jQuery core style guide conformance: jquery.mobile.event.js
|
2011-06-29 08:50:12 -07:00 |
|
Rick Waldron
|
19e36d2fff
|
jQuery core style guide conformance: jquery.mobile.event.js - fix string concat & split
|
2011-06-29 11:46:50 -04:00 |
|
Ghislain Seguin
|
7206049d21
|
Merge pull request #1979 from rwldrn/jquery.mobile.transition.js
jQuery core style guide conformance: jquery.mobile.transition.js
|
2011-06-29 08:36:41 -07:00 |
|
Kin Blas
|
786d1bf328
|
Merge pull request #1978 from rwldrn/jquery.mobile.support.js
jQuery core style guide conformance: jquery.mobile.support.js
|
2011-06-29 08:23:53 -07:00 |
|
Rick Waldron
|
fcc874eb93
|
jQuery core style guide conformance: jquery.mobile.widget.js
|
2011-06-29 10:00:57 -04:00 |
|