filmov
tv
JQuery - How To Use A CDN
Показать описание
XHTML CODE BELOW - ENCODED FOR YOUTUBE
<?xml version="1.0" encoding="UTF-8"?>
<html version="-//W3C//DTD XHTML 1.1//EN"
>
<head>
<title>How To Include JQuery Into Your Documents</title>
</head>
<body>
This Document Has JQuery Functionality just enclose it in script tags EG. <script> </script>
<script>
if (window.jQuery) {
alert("JQuery Is Loaded");
} else {
alert("JQuery Is Not Loaded");
}
</script>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
<html version="-//W3C//DTD XHTML 1.1//EN"
>
<head>
<title>How To Include JQuery Into Your Documents</title>
</head>
<body>
This Document Has JQuery Functionality just enclose it in script tags EG. <script> </script>
<script>
if (window.jQuery) {
alert("JQuery Is Loaded");
} else {
alert("JQuery Is Not Loaded");
}
</script>
</body>
</html>