0

I would like to know, how can I get pageinit event without jquery mobile or with minimal assembly/build of jquery mobile library at which event will work?

I need to use $(document).ready(function() on mobile devices, but only this functionality, nothing else.

user3294950
  • 27
  • 1
  • 5
  • this question helps : http://stackoverflow.com/questions/3698200/window-onload-vs-document-ready – niceman Mar 14 '17 at 18:21
  • Thank you. So I dont need jQuery mobile library, all I need is $(window).on(). – user3294950 Mar 14 '17 at 18:37
  • I actually thought you don't need jquery at all just good old javascript, if you want jquery I think `$(document).ready` will work for mobiles – niceman Mar 14 '17 at 20:22

0 Answers0