X-Git-Url: https://git.mdrn.pl/ReadingsJQM.git/blobdiff_plain/c32079388622f753bd8c65b48ea0cbf30be6934c..60900941226faba2b267e9692fa805bb9a7bdeed:/js/mobileinit.js diff --git a/js/mobileinit.js b/js/mobileinit.js new file mode 100644 index 0000000..2721829 --- /dev/null +++ b/js/mobileinit.js @@ -0,0 +1,15 @@ +/* + jQuery Mobile Boilerplate + mobileinit.js + http://jquerymobile.com/demos/1.0.1/docs/api/globalconfig.html + + This file is only required if you need to apply overrides to the + page before anything else has run. It MUST be loaded before + the jQuery Mobile javascript file. +*/ +$(document).bind('mobileinit', function(event){ + // apply overrides here + + + +}); \ No newline at end of file