Jump to content
php.lv forumi

Palīdzat izlabot javascript :)


sandrulis

Recommended Posts

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

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...