goma smile Posted November 27, 2013 Report Share Posted November 27, 2013 Kā izdarīt to lai ielādē pēc pilnīga get piemēram ir šitā $.get( "ajax/test.html", function( data ) { $( ".result" ).html( data ); }); visu izvada oky bet tad es gribu pievienot vēl $.get( "ajax/test.html", function( data ) { $( ".result" ).html( data ); KKADA_F_CIJA(); }); Bieži vien sanāk kad izvelku no get tā KKADA_F_CIJA(); ielādējās ātrāk par to html(data); un funkcija nenostrādā nav kkādas opcija: 100procsuccess:{ KKADA_F_CIJA();} Proti kad 100% izvadās html(data) tikai tad tiek izsaukta KKADA_F_CIJA(); Quote Link to comment Share on other sites More sharing options...
0 daGrevis Posted November 27, 2013 Report Share Posted November 27, 2013 $.get ir asinhrons. Viss, kas ir iekš $.get callback, tiks izpildīts pēc request izpildes. $.html ir sinhrons un, pieņemu, ka arī tava funkcija. Visam vajadzētu strādāt! Quote Link to comment Share on other sites More sharing options...
Question
goma smile
}
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.