scottjehl
a4ae3b9c4c
removed ajaxform plugin and experiments
2010-11-01 23:53:52 -04:00
scottjehl
9352d75487
removed ajaxform role
2010-11-01 23:53:35 -04:00
scottjehl
88a3c9ae57
updated to trigger a submit if the type is submit
2010-11-01 23:53:06 -04:00
scottjehl
f733dbb518
revised last commit - only header and footer inherit theming. content is left unthemed unless specified.
2010-11-01 22:54:41 -04:00
scottjehl
9ff1a1be6d
allow header, content, and footer to inherit theming from the page element, if unspecified on the elements themselves. Fixes #282
2010-11-01 22:43:51 -04:00
scottjehl
1c7396e65e
unnecessary on body
2010-11-01 22:19:02 -04:00
scottjehl
a14522b6e6
fixed up slider layout in wider screen widths
2010-11-01 22:04:13 -04:00
scottjehl
dcaeeb70ad
Changed width of aside content when under 480px min-width breakpoint. Fixes #171
2010-11-01 21:58:13 -04:00
scottjehl
bc1d0ba08e
set utf-8
2010-11-01 21:46:29 -04:00
scottjehl
72f7dbde8b
added -ms-text-size-adjust in addition to webkit
2010-11-01 21:41:37 -04:00
scottjehl
1110f78659
additional normalization to urls for getting base url - now better accommodates starting urls that contain a filename
2010-11-01 21:28:10 -04:00
scottjehl
4f908e2c22
fixed closure arg - jQuery should have been $
2010-11-01 14:34:39 -04:00
scottjehl
e4e8f1ddc4
added closures to event and support
2010-11-01 14:33:54 -04:00
scottjehl
4af621fd9d
removed an old comment
2010-11-01 14:32:42 -04:00
scottjehl
ea98a98ba2
Narrowed down first-load transition issue to ui-loading class.
...
Removed a selector from overflow rule that seemed to be a bit overreaching. Fixes #336
2010-10-31 11:18:44 -04:00
Kin Blas
d96ef2ea7d
Fixed 138 - transition: fix flip (and cube?)
...
- Added a -webkit-perspective property to the body element, since it is the container for the element (ui-page) that actually flips. We need specify this so a projection matrix gets created, giving the viewer some perspective. The 1000 represents the depth in pixels (the distance from the viewer to the z-plane). According to the CSS3 spec 1000 is a moderate value. Lower values make the effect more extreme.
2010-10-29 13:23:04 -07:00
jblas@adobe.com
acbec71e29
Fixed #117
...
"Global: blinky page transitions"
According to the CSS Animations spec as soon as an animation completes, any properties that were animated revert back to their previous values. This means that the CSS rule that refers to the animation by name must also have the "To" property values specified.
2010-10-28 23:40:11 -07:00
Todd Parker
3d19ac10c8
changed #fff to #ffffff in ui-body-b and ui-body-e because IE has issues with shorthand notation in filters.
...
Fixes issue 327: http://github.com/jquery/jquery-mobile/issues#issue/327
2010-10-28 16:36:30 -04:00
Jeffrey Way
aa4ff18e22
Small improvement to keep from querying the DOM more than once for the data-role=pages elements.
2010-10-29 02:21:24 +08:00
scottjehl
2e86ed1425
added support for enable and disable methods
2010-10-27 23:11:36 -04:00
scottjehl
336dc36297
changed disabled class to ui-disabled, dropping the "state" portion to fit with the new conventions
2010-10-27 23:11:22 -04:00
scottjehl
7d03d097bf
rewrote checkboxradio to use widget factory. renamed method checkboxradio and updated page plugin to match
2010-10-27 22:38:02 -04:00
scottjehl
c242604ec0
rewrote navbar with widget factory
2010-10-27 21:58:00 -04:00
scottjehl
c8d29fb6b2
added check to make sure active link isn't in the new activepage (such as when it's appended to the new page for persistence), before removing class
2010-10-27 21:57:37 -04:00
scottjehl
e202a72776
converted customButton plugin to widget factory (note: this is just the plugin for native button elements, not to be confused with the buttonMarkup plugin).
...
renamed method to "button" and updated page.js to match
2010-10-27 20:43:27 -04:00
scottjehl
77b1c3a758
moved line where # is removed to prevent base url prefixing on local anchor links
2010-10-27 16:56:03 -04:00
scottjehl
4c2a9591dc
moved active class removal code into function - now called after ajax error as well as successful page change
2010-10-27 16:52:53 -04:00
scottjehl
096467e4eb
made sure local # urls go through the regular page nav path, and only update the hash on success
2010-10-27 16:46:51 -04:00
scottjehl
d42aace51c
removed a few chars from condition. Thx @jeffreyway for suggestions on the last few commits.
2010-10-27 16:27:10 -04:00
scottjehl
d26877fc22
used cached version of $this
2010-10-27 16:22:40 -04:00
scottjehl
f84daa9cd3
removed nullLink var
2010-10-27 16:21:27 -04:00
scottjehl
86f2d1f90a
updated regexp to test for protocol or # at beginning of url.
2010-10-27 16:13:11 -04:00
scottjehl
07108b8809
simplified attr get/check
2010-10-27 15:00:56 -04:00
Jonatan Littke
47dcb7747b
Fixed broken <code> element.
2010-10-28 01:34:45 +08:00
scottjehl
e709a37514
commented-out the call to _numberItems, as it doesn't yet exist in the listview rewrite
2010-10-27 12:19:24 -04:00
scottjehl
d299bfb087
moved append to before the buttonMarkup call, to make theming work as expected
2010-10-27 12:19:01 -04:00
scottjehl
1c79129dd6
removed title attr, as aria role handling seems to be descriptive enough
2010-10-27 09:49:45 -04:00
Alexander Dimitrov
1858844105
this keyword gets overwritten by jQuery.each
2010-10-26 22:53:28 +08:00
Karan Bhangui
f78d110339
fixed aside elements being displayed multiple times per list item
2010-10-26 22:53:11 +08:00
Beau Smith
14fbb9a580
Removing un-necessary specificity from .ui-checkbox and .ui-radio styling.
2010-10-26 22:31:41 +08:00
Beau Smith
722a45e060
Add missing commas in button styles.
2010-10-26 22:31:40 +08:00
scottjehl
d8c574dc0e
fixed up the demo so it works with our current events anyway
2010-10-26 09:26:22 -04:00
scottjehl
a71c7a936a
fixed path to google compiler in Makefile
2010-10-25 11:27:54 -04:00
scottjehl
a382295724
removed a console.log
2010-10-25 11:06:43 -04:00
scottjehl
f12872c783
add/remove active class on clicked link.
2010-10-25 11:06:20 -04:00
scottjehl
3699643726
duplicate id
2010-10-25 10:53:34 -04:00
scottjehl
4d3020d414
added px suffix to all media-min/max classes. Updated CSS usage to match.
2010-10-25 10:45:30 -04:00
scottjehl
a601db164d
fixed typo in where the blank space was added.
2010-10-25 10:31:36 -04:00
scottjehl
13db7886df
made sure empty min/max breakpoint classes aren't added
2010-10-24 09:43:34 -04:00
scottjehl
d7d43db120
made default breakpoints non-overrideable and exposed function $.mobile.addResolutionBreakpoints (accepts number or array of numbers) which can be used to add widths to be used in min/max media classes on HTML element.
2010-10-24 09:39:21 -04:00