m8t Posted March 2, 2011 Report Share Posted March 2, 2011 (edited) $(document).ready(function() { $('.blink').blink(); $junk = 1; $("#id").click(function(){ if($junk == 1) { $(this).load("..."); $junk = 2; } }); }); Jautājums sekojošs: Kādēļ man AJAX ielāde strādā, ja nav blink rindiņas, bet ar to nestrādā + pats blink arī nevēlas strādāt. Skripts atrodas body lapas daļā. http://plugins.jquery.com/project/blink Edited March 2, 2011 by m8t Quote Link to comment Share on other sites More sharing options...
0 xPtv45z Posted March 2, 2011 Report Share Posted March 2, 2011 <script src="jquery-blink.js" language="javscript" type="text/javascript"></script> Šo jau neesi aizmirsis pielikt? Quote Link to comment Share on other sites More sharing options...
0 m8t Posted March 2, 2011 Author Report Share Posted March 2, 2011 Neesmu aizmirsis, bet, ja arī būtu aizmirsis, vai tad tam vajadzētu nojaukt visu manu AJAX daļu? Quote Link to comment Share on other sites More sharing options...
0 m8t Posted March 2, 2011 Author Report Share Posted March 2, 2011 *sarkst* JQuery.js pievienoju aiz blink skripta. Samainīju abus vietām un viss aizgāja. Stulba kļūda... =/ Quote Link to comment Share on other sites More sharing options...
Question
m8t
Jautājums sekojošs: Kādēļ man AJAX ielāde strādā, ja nav blink rindiņas, bet ar to nestrādā + pats blink arī nevēlas strādāt. Skripts atrodas body lapas daļā.
http://plugins.jquery.com/project/blink
Edited by m8tLink 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.