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
Post a Comment