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

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

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