Reputation: 8141
I'm trying to get the jQuery Mobile events(https://github.com/jquery/jquery-mobile/blob/master/js/jquery.mobile.event.js) to work as a standalone "plugin" but I can't seem to figure out what I need to change.
I know this is possible because I used this: https://gist.github.com/743400 in the past and it worked... that file is based on beta or even alpha release of JQM and I would like to use the latest... any ideas?
Upvotes: 4
Views: 1341
Reputation: 2197
Update You can now build a custom package for jQuery mobile 1.2 http://jquerymobile.com/download-builder/ and select the Events that you need for your project
The following worked for me for jquery mobile 1.1-stable branch:
make js
to compile the modules necessary for eventscompiled/
folderUpvotes: 5