Commit graph

69 commits

Author SHA1 Message Date
scottjehl
34ddfd9fc2 removed. no longer needed. 2010-09-16 10:44:45 -04:00
scottjehl
f3caa808b2 updated to use listview instead of just a controlgroup 2010-09-15 18:12:23 -04:00
scottjehl
28f19ba8b3 updated to allow the count spans to adopt the parent theme unless overridden with a data-count-theme attr 2010-09-15 18:07:56 -04:00
scottjehl
2028064230 cleaned out some unnecessary classes from when the page was static 2010-09-15 18:05:13 -04:00
scottjehl
a7bc486403 removing these demos and plugins! :) 2010-09-15 17:04:31 -04:00
scottjehl
2662bb2abf removed references to tree and tabs in mobilize function. added auto-init for listview widgets 2010-09-15 16:54:47 -04:00
scottjehl
8d425b9260 adding listview css 2010-09-15 16:53:23 -04:00
scottjehl
c30fc03e65 unlinked tree and tabs, linked up new list view widget 2010-09-15 16:52:25 -04:00
scottjehl
bdf04ffdd5 added for list view widget demos 2010-09-15 16:51:59 -04:00
scottjehl
4d62dde078 adding listview widget 2010-09-15 16:51:15 -04:00
scottjehl
927637ffbd added reference to listview js 2010-09-15 16:50:54 -04:00
scottjehl
6c53e9792c removed references to tree and tabs js files 2010-09-15 16:50:25 -04:00
scottjehl
05316a39cf removed CSS for tabs widget. (to be replaced by global nav) 2010-09-15 16:48:46 -04:00
scottjehl
d3991ba1cf removed CSS for tree widget. 2010-09-15 16:47:26 -04:00
scottjehl
b2655629cc updated ui-link-inherit styles for btn states e and f. These are necessary for list view items with links in them. 2010-09-15 16:46:11 -04:00
scottjehl
d6dde4b211 added support for shadows on controlgroups. Defaults to no shadow. 2010-09-15 16:43:56 -04:00
scottjehl
52d8b00d2e removed the preventDefault at the end of touchStartEvent. It was disabling pretty much everything. 2010-09-15 16:40:19 -04:00
scottjehl
31804c73cc added a wrapperEls option to allow the generated wrapper elements to be divs rather than spans. This will be useful in listview, when button-like elements may have block-level hierarchy inside them. 2010-09-15 14:04:44 -04:00
scottjehl
5d2f713a00 Merge branch 'master' of github.com:jquery/jquery-mobile 2010-09-15 10:51:41 -04:00
scottjehl
094d9b109b added support property for history.pushState 2010-09-15 10:50:09 -04:00
Scott González
04f6d6cf90 Cleaned up markup on main demo page. 2010-09-14 22:50:29 -04:00
Scott González
cdcf5499ad Fixed image referneces in experiments. 2010-09-14 22:48:21 -04:00
Scott González
0304159f63 Fixed event binding for fixed toolbars. 2010-09-14 22:37:46 -04:00
Scott González
c2beace760 Updated to jQuery nightly. 2010-09-14 17:58:08 -04:00
Scott González
f035d06c50 Removed calls to $.scrollY(). 2010-09-14 17:37:22 -04:00
Scott González
88e43a8d9e Added jQuery.mobile.events.js to the manifest. 2010-09-14 17:35:38 -04:00
Scott González
8acc5258a4 Refactored events and split out into a separate file. 2010-09-14 17:35:04 -04:00
John Resig
3ac820c671 Switched from using BBQ to Hashchange. Fixes #15. 2010-09-14 15:37:20 -04:00
John Resig
bc280df60e Renaming expandable. 2010-09-14 14:54:15 -04:00
scottjehl
44af14989f updated demo title / desc 2010-09-14 13:19:18 -04:00
scottjehl
1e7ed8c5d2 removed dependency on jQuery bbq in this file.
Now we only really need the hashchange plugin, unless plugins like tabs and tree end up needing to track their state via hash params. (Currently, jQuery.tabs.js uses bbq for tracking state under the "tab" parameter.)

For now, this fixes #6
2010-09-14 13:16:55 -04:00
scottjehl
04af5885fe set default for fixedAs option to "footer" 2010-09-14 12:57:03 -04:00
scottjehl
cfe571e94f commented out hideAfterDelay methods - now header/footers will not hide on a timeout after page load. 2010-09-14 12:55:50 -04:00
scottjehl
ad25e2d6ea moved classname to parent div 2010-09-14 12:55:09 -04:00
scottjehl
15dec632df updated comment referencing tabs 2010-09-14 12:27:27 -04:00
scottjehl
8d07b57b8a added option for fixedAs, which will allow for fixing a globalnav as header or footer 2010-09-14 12:26:48 -04:00
scottjehl
91ca456a82 added link to globalnav demo page 2010-09-14 11:50:00 -04:00
scottjehl
34b3dcaabc moved $.support if statement back to mobile.js so it'll work for now. 2010-09-14 11:48:06 -04:00
scottjehl
eb2805f9d9 fixed up globalnav.js plugin and demo page. This could potentially replace the tabs plugin...
CSS updates for globalnav styling.

small changes to mobile.js to make globalNav demo init once at domready, not per ui-page.
2010-09-14 11:44:16 -04:00
scottjehl
3a41a8711f Merge branch 'master' of github.com:jquery/jquery-mobile 2010-09-14 09:45:42 -04:00
Scott González
54c0c0929c Small refactor of support tests for file size. 2010-09-13 21:58:37 -04:00
Scott González
aee5e02740 Split support tests into jQuery.mobile.support.js and refactored tests. 2010-09-13 21:46:20 -04:00
Scott González
f584e3385f Merge branch 'master' of github.com:jquery/jquery-mobile
Conflicts:
	js/jQuery.mobile.js
2010-09-13 18:28:07 -04:00
Scott González
c9c1f30025 Updated header comment. 2010-09-13 18:22:51 -04:00
scottjehl
117164515f removed to-do list and moved them to issue tracker 2010-09-13 18:17:54 -04:00
John Resig
4a129a8eb2 Removing unnecessary jQuery.support.ajax that's now in jQuery core. Fixes #1. 2010-09-13 18:04:48 -04:00
scottjehl
cdcc31e794 removed comment regarding a FF4 bug that's now fixed in nightly 2010-09-13 17:29:13 -04:00
scottjehl
5740e59819 removed commented code - no longer needed 2010-09-13 16:21:11 -04:00
scottjehl
9c759b804d commented out matchMedia logic for later 2010-09-13 16:20:06 -04:00
scottjehl
142cffdfc2 mobilize func had a few unscoped selectors to fix up. thx Doug. 2010-09-13 15:57:12 -04:00