Rick Waldron
45ab6a9ddc
Core Style Conformance: jquery.mobile.init.js
2011-08-09 11:16:41 -04:00
scottjehl
0253e67fbb
fixed an error in the array reference that was causing support tests to not test properties as they should.
2011-08-07 13:19:20 -04:00
Todd Parker
38368b6010
Merge pull request #2218 from caseyjustus/master
...
Added slider to api docs. Thanks caseyjustus!
2011-08-07 08:43:42 -07:00
scottjehl
f78970618c
Merge remote branch 'origin/master'
2011-08-05 11:05:32 -04:00
scottjehl
d120404ead
Merge remote branch 'origin/master'
2011-08-05 09:58:30 -04:00
scottjehl
28eebc25de
Brought back the page content div theme inheritance from b1. Thanks to abdulqadir for the suggestion. Fixes #2221
2011-08-05 09:58:25 -04:00
scottjehl
0dbc08adf6
htaccess file has been empty. now removed.
2011-08-04 19:42:59 -04:00
Ghislain Seguin
b23d444c71
Merge pull request #2216 from johnbender/listview-filter-callback
...
Listview filter callback
2011-08-04 16:12:53 -07:00
John Bender
18887c95a0
updated docs to include information about the filter callback
2011-08-04 16:09:42 -07:00
John Bender
d8e1b9b469
core style guidelines
2011-08-04 15:56:55 -07:00
John Bender
3452a805e0
added test to verify that we could alter the filterCallback on the instance of the widget
2011-08-04 15:28:45 -07:00
toddparker
4c3ecdef47
Updated code to match the new style. We might drop this page once the more detailed API info is added to each plugin,
2011-08-04 17:23:42 -04:00
toddparker
570c13cb9c
Style block tweak.
2011-08-04 17:15:44 -04:00
toddparker
2d9e76d8e2
Added an intro blurb and more margin to separate the list headers.
2011-08-04 17:12:59 -04:00
toddparker
c2405448fd
Fixed a few broken links in the docs.
2011-08-04 15:23:51 -04:00
John Bender
8660befda8
removed global from listview
2011-08-03 17:50:48 -07:00
John Bender
6bbf830da8
simple filterCallback in the options to delegate complex search to end users
2011-08-03 17:10:44 -07:00
John Resig
8ad8d8303d
Releasing 1.0b2.
2011-08-03 14:45:53 -07:00
John Bender
2d7706a07b
whitespace issues in tnew buttonMarkup tests
2011-08-03 14:24:46 -07:00
John Bender
bda2358e6c
Merge branch 'fcheslack-footer-control-group-buttons'
2011-08-03 13:39:22 -07:00
John Bender
8c31d5cb19
added control group enhancement tests, still needs other footer button enhancement tests
2011-08-03 13:37:38 -07:00
John Bender
6529dc7f8c
Merge branch 'footer-control-group-buttons' of https://github.com/fcheslack/jquery-mobile into fcheslack-footer-control-group-buttons
2011-08-03 13:19:28 -07:00
toddparker
3db65f9592
Merge remote branch 'origin/master'
2011-08-03 15:20:29 -04:00
toddparker
37db803557
Removed back buttons.
2011-08-03 15:18:57 -04:00
John Bender
3dbb018e82
Merge pull request #2173 from SamuelKC/selecthidefix
...
Fix issue of the select menu not closing on Chrome - Fixes 2198, 2194, 2197
2011-08-03 11:52:17 -07:00
toddparker
a23ab67e53
Another path tweak.
2011-08-03 14:25:52 -04:00
toddparker
35d2366946
Fixed CSS paths. Closes #2201
2011-08-03 14:21:29 -04:00
toddparker
a7abcfef59
Switched to .selector for sample code.
2011-08-03 14:19:07 -04:00
toddparker
35b174fa31
Merge remote branch 'origin/master'
2011-08-03 14:17:40 -04:00
toddparker
bee8ac2226
Improved sample code.
2011-08-03 14:17:29 -04:00
gseguin
cce89cb91d
Merge remote-tracking branch 'upstream/master'
2011-08-03 11:16:20 -07:00
gseguin
6da588c394
Coding standards
2011-08-03 11:15:03 -07:00
toddparker
584e2931b4
Fixed typos
2011-08-03 14:06:57 -04:00
toddparker
e9114f8c34
Merge remote branch 'origin/master'
2011-08-03 14:02:39 -04:00
toddparker
bd36fd6f91
Updated boilerplates to beta 2
2011-08-03 14:02:24 -04:00
toddparker
6ab7e118c6
Beta 2 flag
2011-08-03 14:02:10 -04:00
scottjehl
55b0fe304a
Merge remote branch 'origin/master'
2011-08-03 13:42:24 -04:00
scottjehl
a362a782fa
Changed the collapsible cleanup in our docs JS to use click instead of vclick
2011-08-03 13:41:12 -04:00
Todd Parker
6c08d64ccd
Merge pull request #2199 from rwldrn/jquery.mobile.support.js
...
Core Style Conformance updates; jquery.mobile.support.js. Thanks rwldrn!
2011-08-03 10:27:42 -07:00
Rick Waldron
953f0cdf97
Core Style Conformance updates; jquery.mobile.support.js
2011-08-03 13:19:53 -04:00
scottjehl
a48128f9a3
wrapped in parens for clarity
2011-08-03 12:15:04 -04:00
scottjehl
4c01267306
Moving this call to setDefaultTransition to run at DOM ready, because calling it earlier triggers an error in jQuery core, based on logic in dimensions.js that assumes document.body is defined. I've added a pull request to fix the issue in jQuery core, but for our purposes, this change allows us to work without the fix.
2011-08-03 12:15:04 -04:00
scottjehl
d42db4d4ee
This change moves the ajax navigation opt-out list (which contains, mainly, browsers that have broken history tracking of hash changes) over to the support.js file, and added a multi-tierd Nokia condition that checks a number of UA conditions to try and pinpoint Nokia + Symbian + Webkit + 7.3-or-older. Big thanks to Bryan and Stephanie at Yiibu for their helpful article on Nokia device detection. That said, we would LOVE to find a non-UA based way to handle this detection. Reluctantly, this seems to do what we need at the moment, while assuming hash history will be improved in any post-7.3 release.
...
Also included in this commit is a Nokia-specific condition that re-appends existing stylesheets to force them to render, as all pre-7.3 devices we tested would not render the CSS if it was referenced before the JavaScript (as we'd recommend doing). There may be a non-JS way to work around this problem, but for now, this seems to do the trick.
2011-08-03 12:15:04 -04:00
toddparker
b77bf47d1d
Minor tweaks.
2011-08-03 12:13:04 -04:00
toddparker
5b73f452f2
Fixed a few issues in the content.
2011-08-03 10:31:57 -04:00
toddparker
6b77c01553
Updated supported platforms, intro and features for beta 2 prep.
2011-08-03 10:11:06 -04:00
toddparker
ac30c121c7
Added docs for the scroll thresholds and virtual mouse events.
2011-08-03 10:10:43 -04:00
toddparker
012ce48e6f
Added new scripting page to provide a quick overview of common techniques, updated local nav for all other pages.
2011-08-03 10:10:18 -04:00
Todd Parker
bdbb0f90c2
Merge pull request #2176 from ovargas27/master
...
Checkbox - new API docs format. Thanks ovargas27!
2011-08-02 09:57:04 -07:00
Scott Jehl
b7a19b604c
Merge pull request #2184 from rwldrn/jquery.mobile.fixHeaderFooter.js
...
Core Style Conformance updates; jquery.mobile.fixHeaderFooter.js
2011-08-02 07:24:08 -07:00