JQuery Mobile Events - Standalone?

I'm trying to get 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 Find 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 ... this file is based on beta or even JQM alpha release and I wanted would use the latest ... any ideas?

+4
source share
1 answer

Update Now you can create your own 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:

+5
source

Source: https://habr.com/ru/post/1398082/


All Articles