Application in Intel XDK. As you know, they removed the support of the JQM framework and left only Bootrstrap3.

An event of the type $(document).on("pagebeforeshow", "#page", func() needed. It is needed to prepare pages, call ajax functions for dynamic content and other useful application logic.

What can be used in bootstrap3 instead of pagebeforeshow , which was only in Jquery Mobile? And add Jquery Mobile late, spoils the entire display pages. And still does not work, if you add.

  • one
    Welcome to StackOverflow in English! As the name implies, this site. Please either translate the question in English . If you choose to translate it. - Mikhail Vaysman
  • ready be late? - br3t

1 answer 1

 $.holdReady( true ); $.getScript( "myplugin.js", function() { $.holdReady( false ); }); 

jQuery.holdReady

  • And how does your answer solve the author's problem? Could you answer the question in more detail? - Mikhail Rebrov
  • if I understand the task correctly, then I need to run some scripts before loading the page, load the scripts ... if the problem is not in this, then my answer will not work. - Ravshan Abdulaev
  • thank. I think such a solution could be suitable for the vehicle. - Mikhail Rebrov