jQuery Tutorial
by
Kamsan2day
on
9:14 AM
jQuery is a JavaScript Library. jQuery greatly simplifies JavaScript programming. jQuery is easy to learn. Try ti yourself, just example ...
$(document).ready(function(){
$("p").click(function(){
$(this).hide();
});
});
<!DOCTYPE html>
<html>
<body>
<?php
echo "My first PHP script!";
?>
</body>
</html>
var x = 5;
var y = 6;
var z = x + y;
var x = 5 + 6;
var y = x * 10;
var x = 5; // I will be executed
// var x = 6; I will NOT be executed
<!DOCTYPE html>
<html>
<body>
<h1>My First Web Page</h1>
<p>My first paragraph.</p>
<script>
window.alert(5 + 6);
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<h1>My First Web Page</h1>
<p>My first paragraph.</p>
<script>
document.write(5 + 6);
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<h1>My First Web Page</h1>
<p>My first paragraph.</p>
<button onclick="document.write(5 + 6)">Try it</button>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<h1>My First Web Page</h1>
<p>My First Paragraph</p>
<p id="demo"></p>
<script>
document.getElementById("demo").innerHTML = 5 + 6;
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<h1>My First Web Page</h1>
<p>My first paragraph.</p>
<script>
console.log(5 + 6);
</script>
</body>
</html>
Hi, first thanks to everyone to using my website. I think websites are a great resource portal for you. I have to search and make creative idea for design any templates. So I got a lot of templates, but they have not new looks and new facility’s with new templates which available in internet that you can demo & download.