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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -