Commit graph

24 commits

Author SHA1 Message Date
Kin Blas
6fa5002c7e Added jquery.mobile.vmouse.js to the build Makefile. 2011-03-30 08:04:45 -07:00
John Bender
891f9b1b07 moved initialization down in the build order, still requires some small refactoring 2011-02-20 18:07:17 -08:00
jeresig
ac519ba754 Simplifying the build script some more. 2011-02-04 09:38:21 -05:00
John Resig
950784e70f Make some tweaks to the deploy script. 2011-02-03 18:57:53 -05:00
John Resig
ba159afc88 Upgraded YUI Compressor to 2.4.4. 2011-02-03 17:03:03 -05:00
scottjehl
29fbc9c3c5 removed the Position plugin and modified selectmenu to position its menu without it. Removes off about 3-4kb after minify. 2011-01-29 07:15:40 -08:00
John Bender
b671753039 moved page above core in the makefile, build xml, and manifest under js. Fixes #619 2011-01-22 22:31:16 -08:00
Kin Blas
38f09ee66f Sweep through all files to add a trailing slash to <link> tags that include thems/default. This should fix Opera Mobile Issue 763. 2011-01-05 16:19:24 -08:00
scottjehl
d56380fc22 refactor of jquery.mobile.core.js. Moved all of the page navigation model related scripting into jquery.mobile.navigation.js. This includes event handling for click, submit, and hashchange, all of the base tag management, path management, active link class handling, etc. All existing core tests are passing, and all demos work as expected. More tests are needed in core, and this refactor should make those tests easier to write. 2010-11-25 06:13:51 -05:00
scottjehl
364405e72e updated refs to core file 2010-11-19 17:40:02 -05:00
scottjehl
23ea598b83 added jquery ui position plugin 2010-11-19 17:30:22 -05:00
scottjehl
9ff89b7115 renamed jquery.mobile.js jquery.mobile.core.js. updated build files, etc to match 2010-11-18 22:50:33 -05:00
scottjehl
28a10ec74d Moved all of the media query and responsive design related scripting to jquery.mobile.media.js. This plugin can run independent of mobile core, with the exception that it does bind to orientationchange, which is defined in the events js. Fixes #388 2010-11-17 11:55:15 -05:00
John Resig
c9a34f1da2 Add versioning information to the headers of the CSS and JS files. 2010-11-11 17:02:45 -05:00
scottjehl
a71c7a936a fixed path to google compiler in Makefile 2010-10-25 11:27:54 -04:00
John Resig
f91b2523ff Merge clickable into buttonMarkup. Improve performance of the Button Markup plugin. 2010-10-21 17:18:59 -04:00
John Resig
e2fa299c8e Adjust sub-directory URLs before deploying the demos. 2010-10-15 18:00:49 -04:00
John Resig
f9ec1e46cd Fix mistake in Makefile deploy script. 2010-10-15 16:51:07 -04:00
John Resig
7e115d6036 Add in ability to push demos to the jQueryMobile.com server. 2010-10-15 16:49:40 -04:00
John Resig
47a45f5cbb Add deploy functionality to the build script. 2010-10-15 15:33:57 -04:00
John Resig
0e76a6c285 Add a way to generate a single zip file of a release. 2010-10-15 11:04:15 -04:00
jeresig
c91b00fb09 Mobile Ajaxform plugin isn't going into the alpha release. 2010-10-14 20:46:46 -04:00
John Resig
6289d02737 Add the ability to compress the CSS files. Now include both the Google Closure Compiler and the YUI Compressor (for CSS). 2010-10-14 18:02:56 -04:00
John Resig
ac620525c3 Add a way to build copies of jQuery Mobile. 2010-10-14 17:37:47 -04:00