0% found this document useful (0 votes)
10 views

The Compressed, Production Jquery 3.4.1

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
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

The Compressed, Production Jquery 3.4.1

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
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

js"></script>

<!DOCTYPE html>
<html>
<head>
<title>jquery</title>
<meta charset="utf-8">
<script src="jq/jquery-3.4.1.min.js"></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/5.jpg" width="55%">

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

Download the compressed, production jQuery 3.4.1


https://code.jquery.com/jquery-3.4.1.min.js

You might also like