javascript - JQuery Mobile how to fix $(document).ready(function(){ to $(document).bind("pageinit", function(){ -


i have been making app while , whole time have been using $(document).ready(function(){ start javascript , have run problem using ajax call in json arrays , organize them lists. after research found need use $(document).bind("pageinit", function(){ when change stop getting console errors getting before ajax calls not work. there else have besides changing $(document).ready(function(){ $(document).bind("pageinit", function(){


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -