sandrulis Posted March 19, 2011 Report Share Posted March 19, 2011 Mans head izskatāš šādi: <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="css/style.css"/> <script> !window.jQuery && document.write('<script src="./js/jquery-1.4.3.min.js"><\/script>'); </script> <script type="text/javascript"> $(document).ready(function(){ $("div.ach").fadeOut(3000) }); </script> <script type="text/javascript"> $ = function(id) {return document.getElementById(id);} function showContent() { $('loading').style.display = 'none'; $('content').style.display = 'block'; }; </script> Pirmais skripts paslēpj saturu pēc noteiktā laika. Otrais skripts ielādē saturu un tad tikai parāda ielādēto saturu. Skripta būtība ir aprakstīta šeit Šie abi skripti nesadzīvo, ja otro izdzēš tad strādā pirmais, bet ja atstāj abus, tad strādā tikai otrais. Man liekas nav kkas japalabo šajā rindā: $ = function(id) {return document.getElementById(id);} Tiešām es nezinu, neesmu nekāds javascript'eris :) Lūdzu palīdziet, jo man šīs abas funkcijas ir vajadzīgas Paldies Quote Link to comment Share on other sites More sharing options...
marcis Posted March 19, 2011 Report Share Posted March 19, 2011 Vispār diezgan pornogrāfisks dažādu koda fragmentu līmējums :) <script type="text/javascript"> $(document).ready(function(){ $("div.ach").fadeOut(3000) }); function showContent() { $('#loading').hide(); $('#content').show(); }; </script> Quote Link to comment Share on other sites More sharing options...
sandrulis Posted March 19, 2011 Author Report Share Posted March 19, 2011 (edited) Vispār diezgan pornogrāfisks dažādu koda fragmentu līmējums :) :D ticu :D Edited March 19, 2011 by sandrulis Quote Link to comment Share on other sites More sharing options...
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.