You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This is the main repository for the jQuery Mobile project. From the [official we
4
4
5
5
> A unified, HTML5-based user interface system for all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design.
6
6
7
-
jQuery Mobile 1.3 (1.3.2) works with versions of jQuery core from 1.7.0 to 1.9.1. You can find more information about how the library works, and what it is capable of, by reading the [documentation](http://api.jquerymobile.com) and exploring the [demos](http://view.jquerymobile.com/1.3.2/dist/demos/).
7
+
jQuery Mobile 1.4.x works with versions of jQuery core from 1.8.3 to 1.10.2 / 2.0.3. You can find more information about how the library works, and what it is capable of, by reading the [documentation](http://api.jquerymobile.com) and exploring the [demos](http://demos.jquerymobile.com/).
8
8
9
9
## Contributing
10
10
@@ -29,8 +29,8 @@ The easiest way to obtain a custom build is to use the [download builder](http:/
29
29
30
30
### Requirements
31
31
32
-
*[Node.js](http://nodejs.org/)~0.8.22
33
-
*[Grunt](http://gruntjs.com/) >=0.4.0
32
+
*[node.js](http://nodejs.org/)~0.8.22
33
+
*[grunt-cli](http://gruntjs.com/)
34
34
35
35
### Commands
36
36
@@ -117,9 +117,9 @@ You can choose to run only a subset of the tests by adding the `--suites` option
117
117
118
118
will only run the tests under `tests/unit/button/` and `tests/unit/slider/`.
119
119
120
-
You can also specify which versions of jQuery you want to test jQuery Mobile with by using the `--jqueries` option:
120
+
You can also specify which versions of jQuery you want to test jQuery Mobile by using the `--jqueries` option:
121
121
122
-
grunt test --jqueries=1.8.2,git
122
+
grunt test --jqueries=1.8.3,git
123
123
124
124
Additionally, jQuery Mobile's test suite is split between integration and unit tests. Where the unit tests are meant to focus on a single piece of the library (eg, a widget) and the integration tests require multiple pieces of the library to function. You can target either type by including the `--types` option when testing:
0 commit comments