0% found this document useful (0 votes)
4 views1 page

jQuery Fade In Effect Example

The document loads jQuery and hides the body on page load before fading it in over 5 seconds. It contains an <h1> heading saying "holaaaa", a paragraph with spanish text and a blue spanned word, and an image. It also includes the full uncompressed jQuery source code and a link to download the compressed version.

Uploaded by

virginia mendoza
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

jQuery Fade In Effect Example

The document loads jQuery and hides the body on page load before fading it in over 5 seconds. It contains an <h1> heading saying "holaaaa", a paragraph with spanish text and a blue spanned word, and an image. It also includes the full uncompressed jQuery source code and a link to download the compressed version.

Uploaded by

virginia mendoza
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

<script type="text/javascript" src="jquery.

js"></script>

<!DOCTYPE html>
<html>
<head>
<title>jquery</title>
<meta charset="utf-8">
<script src="jq/[Link]"></script>
<script type="text/javascript">
$(function () {
$("body").hide().fadeIn(5000);
});
</script>
</head>
<body bgcolor ="orange">
<h1> holaaaa</h1>
<p>bienvenidossss a<span style="color:blue">sistemas</span>si si si</p>
<img src="img/[Link]" width="55%">

</body>
</html>
/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | [Link]/license */
!function(e,t){"use strict";"object"==typeof module&&"object"==typeof [Link]?[Link]=[Link]?t(e,!0):function(e){if(![Link])throw

Download the compressed, production jQuery 3.4.1


[Link]

You might also like