reiniger Posted August 25, 2010 Report Share Posted August 25, 2010 (edited) Sveiki. Vajadzīga neliela palīdzība. Vajadzīgs lai ielādē test.php pec visas lapas ielādes un lai tas parādītos ta lēnām iznisrstoši. <script type="text/javascript"> function showNewContent() { $('#div_show').show("slow"); } $(document).ready(function() { $('#div_show').load('/test.php','',showNewContent()); }); </script> Šādu neta atradu, bet nestrādā! Kas par vainu varētu būt? Edited August 25, 2010 by reiniger Quote Link to comment Share on other sites More sharing options...
0 Леший Posted August 25, 2010 Report Share Posted August 25, 2010 Paprovē aizvākt tās pediņas $('#div_show').load('/test.php', showNewContent()); Apskaties, vai visi ID utt atbilst. Quote Link to comment Share on other sites More sharing options...
0 indoom Posted August 25, 2010 Report Share Posted August 25, 2010 pa priekšu, noteikti, tam divam jāuzliek .hide() un callback funkciju vai nu ieliek anonīmā funkcijā function(){showNewContent()}, vai norāda tikai nosaukumu bez iekavām $(document).ready(function() { $('#div_show').hide().load('/test.php',showNewContent); }); Quote Link to comment Share on other sites More sharing options...
0 reiniger Posted August 25, 2010 Author Report Share Posted August 25, 2010 $(document).ready(function() { $('#div_show').hide().load('/test.php',showNewContent); }); Šitais nostradaja. Paldies Quote Link to comment Share on other sites More sharing options...
Question
reiniger
Sveiki.
Vajadzīga neliela palīdzība.
Vajadzīgs lai ielādē test.php pec visas lapas ielādes un lai tas parādītos ta lēnām iznisrstoši.
Šādu neta atradu, bet nestrādā!
Kas par vainu varētu būt?
Edited by reinigerLink to comment
Share on other sites
3 answers 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.