Commit graph

278 commits

Author SHA1 Message Date
scottjehl
762341fc52 moved the resetBaseURL call into the hashchange, instead of in ajaxClick 2010-10-03 09:58:26 -04:00
scottjehl
726691afc3 fixed up link paths now that demo is in experiments dir 2010-10-03 09:55:32 -04:00
scottjehl
8a35ec8e37 make sure base url is reset for cached pages, in addition to newly loaded ones. 2010-10-03 09:48:52 -04:00
scottjehl
04cb593fc3 refactored base url logic to work in combination with a <base> element, so assets referenced in loaded pages have proper base paths. 2010-10-03 09:41:45 -04:00
scottjehl
d961e899c7 updated link to glyphish example in experiments folder 2010-10-03 08:35:13 -04:00
scottjehl
4a02d3a5ea moved to experiements folder 2010-10-03 08:34:44 -04:00
scottjehl
71d1c7272a made sure trailing slash is only added to baseURL when it's not an empty string. 2010-10-03 08:18:57 -04:00
scottjehl
592236d915 moved a variable to local scope 2010-10-02 15:54:47 -04:00
scottjehl
6297306a5b Big overhaul of ajaxClick functionality so it'll support a base URL and properly fix relative URLS to be absolute to the page from which requests are made (both by http or xmlhttprequest) 2010-10-02 15:41:57 -04:00
scottjehl
dfb7942ea6 prevent triggering of ajaxclick when bubbling up from clicking an anchor 2010-10-02 15:29:46 -04:00
scottjehl
033ed1af59 pulled the rel=external attrs off a couple links 2010-10-02 15:29:10 -04:00
scottjehl
aeb2643bdc Ajaxclick function will now detect if it's an external link, and if so, it won't use Ajax. 2010-10-02 12:18:45 -04:00
scottjehl
91c5b90c82 moved jquery.tmpl.js to converter demo folder, as the script is not part of mobile proper 2010-10-02 11:57:43 -04:00
scottjehl
ee77c41b7c removed line to make html files run as php, now that gzip lines are removed. PHP is still used in css/js combinator 2010-10-02 11:49:04 -04:00
scottjehl
58e5499fc9 whitespace 2010-10-02 11:47:07 -04:00
scottjehl
28c0c41e30 removed inline gzips on a few more files 2010-10-02 11:47:02 -04:00
scottjehl
a08ccd6880 whitespace only 2010-10-02 11:43:32 -04:00
scottjehl
79a5c3db13 removed inline gzips 2010-10-02 11:42:50 -04:00
scottjehl
22eecd11dc refactored. globalnavs can now be generated on any div, and all they do is the "more" nav behavior. Plugin may need renaming...
in these demos, the globalnavs are inside a footer div.
2010-10-01 23:37:43 -04:00
scottjehl
ed96011a28 major refactor - now uses relative positioning.
Interactions still aren't perfect, but the code is cleaner!
2010-10-01 23:36:25 -04:00
scottjehl
bc09ffca8d added fadeout animation name back in 2010-10-01 23:35:46 -04:00
scottjehl
73a84405c8 changed button code for headers and footers so that it works with ui-header or ui-footer instead of wrapper classes 2010-10-01 18:46:21 -04:00
scottjehl
b6239c02f7 removed references to globalnavs, as they'll need to be managed in a different way. 2010-10-01 18:45:46 -04:00
scottjehl
3f2c23b66d added theming for headers and footers to switch statement 2010-10-01 18:45:21 -04:00
Kin Blas
8a013023eb Comment out the AddHandler line for now since its causing Scott J. some problems. 2010-10-01 14:05:58 -07:00
scottjehl
51c822dab4 removed links to old transitions 2010-10-01 15:59:58 -04:00
scottjehl
166efc0387 removed swap - we can add it back later if necessary, but it needs some tweaking to look correct 2010-10-01 11:07:33 -04:00
scottjehl
a2519e7687 removed dissolve transition - fade is enough 2010-10-01 11:06:13 -04:00
Kin Blas
a0702bf2f6 Fixed issue 73 - .htaccess file should turn on required features.
- Added handler for x-httpd-php to prevent the browser from asking you to save the index.html file when the server isn't configured properly.

- Added option to turn on FollowSymLinks which is required by the Rewrite engine.
2010-09-30 09:23:51 -07:00
jzaefferer
f148dbdd69 Refactored $.mobilize further to optimize form and controlgroup init. Added some notes 2010-09-30 14:08:59 +02:00
jzaefferer
6eee755ab7 Added TODO comment, as custom select doesn't work on desktop browsers 2010-09-30 14:00:01 +02:00
jzaefferer
883c8f8e09 Adding .gitignore file, copy from jquery-ui 2010-09-30 14:00:00 +02:00
jzaefferer
bfcc597618 Cleanup, added some notes; blur search input on submit 2010-09-30 14:00:00 +02:00
Douglas Neiner
9d7270141d Added background-clip to the rounded corner classes to help out with background bleeds 2010-09-29 14:00:29 -07:00
Douglas Neiner
b2656c28a6 Fixed regression with radio and checkboxes 2010-09-29 13:32:36 -07:00
Douglas Neiner
e83fea8ddc Fixed variable name on button changes 2010-09-29 13:11:48 -07:00
Douglas Neiner
61f3c3341f Updated button to optimize readablity 2010-09-29 11:56:41 -07:00
scottjehl
012d79eb58 selector for datepicker hackaround was too broad. 2010-09-29 09:21:31 -07:00
scottjehl
134e7024a4 updated date input label text 2010-09-28 08:59:32 -07:00
scottjehl
7fe3d9a22f Merge branch 'master' of github.com:jquery/jquery-mobile 2010-09-28 08:57:31 -07:00
scottjehl
bfae696a58 removed some icon cruft from ui 2010-09-27 16:58:05 -05:00
scottjehl
2ae165049e edits to margins,widths 2010-09-27 16:55:13 -05:00
scottjehl
75413a992b unused selector 2010-09-27 16:55:03 -05:00
scottjehl
63e2b0bd99 more padding,margin adjustments 2010-09-27 16:50:13 -05:00
scottjehl
379349f74a adjusted widths, padding, margins 2010-09-27 16:42:59 -05:00
scottjehl
ad9165caa7 killed the shadow 2010-09-27 16:41:20 -05:00
scottjehl
c2bb0f3724 included a datepicker demo 2010-09-27 16:33:46 -05:00
scottjehl
0511300702 added super sketchy workaround for a datepicker demo. We can toss these out once we figure out how we'll properly include a datepicker. 2010-09-27 16:33:37 -05:00
scottjehl
43f3656a92 added datepicker js and css files (datepicker includes ui) for a temporary datepicker demo. 2010-09-27 16:30:56 -05:00
scottjehl
879f4baa3e not all that !important, as it turns out. 2010-09-27 16:30:19 -05:00