Skip to content

Commit

Permalink
added mobileinit support in the standalone build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Bosch committed Sep 22, 2011
1 parent 77deb9d commit 1f5c16c
Show file tree
Hide file tree
Showing 8 changed files with 29,121 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Changelog.md
@@ -0,0 +1,11 @@
Changelog
=====================

1.0.1
-------------
Added the `mobileinit` support for the standalone build.


1.0
-------------
Initial stable release
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -19,6 +19,10 @@ and automatically calls the refresh function.


Finally provides special enhancements useful for mobile applications. Finally provides special enhancements useful for mobile applications.


Changelog
----------
See project [Changelog.md](Changelog.md).



Sample Sample
------------ ------------
Expand Down Expand Up @@ -57,6 +61,10 @@ The build is done using maven and requirejs.


- `mvn clean package -Pbuild`: This will create a new version of the adapter and put it into `/compiled`. - `mvn clean package -Pbuild`: This will create a new version of the adapter and put it into `/compiled`.


The build also creates a standalone library including jquery, jquery-mobile and angular.
If you want to do something during the initialization of jquery-mobile, use the following callback:
`window.mobileinit = function() { ... }`

Please install the latest version of the maven plugin `brew`. This project provides a Please install the latest version of the maven plugin `brew`. This project provides a
snapshot release in `/localrepo`. snapshot release in `/localrepo`.


Expand Down

0 comments on commit 1f5c16c

Please sign in to comment.