SlideShare a Scribd company logo
By Ishaq Shinwari


























<html>
<head>
<title>jquery</title>
<script src="jquery.js">
</script>
<script>
$(document).ready(function(){
$("p").hide();
$("h1").click(function(){
$(this).next().slideToggle(300);
});
});
</script>
</head>
<body>
<h1> Heading 1</h1>
<p>This is Details of Heading One!!</p>
<h1> Heading 2</h1>
<p>This is Details of Heading Two</p>
<h1> Heading 3</h1>
<p>This is Details of Heading Three</p>

</body>
</html>









$(document).ready(function(){
$("p").hide();
$("h1").click(function(){
$(this).next().slideToggle(300);
});
});





















<html>
<head>
<title>jquery</title>
<script src="jquery.js">
</script>
<script>
$(document).ready(function(){
$("h1").click(function(){
$(this).css("background-color","red");
});
});
</script>
</head>
<body>
<h1> Heading 1</h1>
<h1> Heading 2</h1>
<h1> Heading 3</h1>

</body>
</html>








$(document).ready(function(){
$("h1").click(function(){
$(this).css("background-color","red");
});
});




<html>
<head>
<title>jquery</title>



<style type="text/css">
h2{background-color: orange;}
</style>
<script src="jquery.js">
</script>
<script>



$(document).ready(function(){






















$("h1").click(function(){
$("h2").slideUp(1000);
});
});
</script>
</head>
<body>
<h1> Click Me</h1>
<h2> Heading 2</h2>
<h3> Heading 3</h3>

</body>
</html>


$(document).ready(function(){








$("h1").click(function(){
$("h2").slideUp(1000);
});
});



























<html>
<head>
<title>jquery</title>
<style type="text/css">
h2{background-color: orange;}
</style>
<script src="jquery.js">
</script>
<script>
$(document).ready(function(){
$(“h2”).hide();
$("h1").click(function(){
$("h2").slideDown(1000);
});
});
</script>
</head>
<body>
<h1> Click Me</h1>
<h2> Heading 2</h2>
<h3> Heading 3</h3>

</body>
</html>



$(document).ready(function(){
$("h2").hide();








$("h1").click(function(){
$("h2").slideDown(1000);
});
});


<html>



<head>



<title>jquery</title>



<style type="text/css">



h2{background-color: orange;}



</style>



<script src="jquery.js">



</script>



<script>



$(document).ready(function(){
$("h2").hide();





$("h1").click(function(){
$("h2").slideToggle(1000);




});



});



</script>



</head>



<body>



<h1> Click Me</h1>



<h2> Heading 2</h2>



<h3> Heading 3</h3>



</body>



</html>



$(document).ready(function(){
$("h2").hide();








$("h1").click(function(){
$("h2").slideToggle(1000);
});
});


<html>



<head>



<title>jquery</title>



<style type="text/css">



h2{background-color: orange;}



</style>



<script src="jquery.js">



</script>



<script>



$(document).ready(function(){
//$("h2").hide();





$("h1").click(function(){
$("h2").fadeOut(1000);




});



});



</script>



</head>



<body>



<h1> Click Me</h1>



<h2> Heading 2</h2>



<h3> Heading 3</h3>



</body>



</html>



$(document).ready(function(){
//$("h2").hide();








$("h1").click(function(){
$("h2").fadeOut(1000);
});
});

More Related Content

PDF
Curs Digital Forensics
PDF
Fuse introduction & case study
PDF
ペパボデザイナーが教える!ECデザイン講座〜HTML・CSS初級編
PDF
Presentación tema 18 medioambiente.
PDF
水生态基准方法学概述及建立我国水生态基准的探讨 -生态毒理学报(第一作者)
PDF
Summary of Product Offerings
PDF
Preliminary study of the geology and structural trends of lower proterozoic b...
PDF
Η ΓΛΩΣΣΑ C - ΜΑΘΗΜΑ 8 - ΔΕΙΚΤΕΣ (ΕΚΤΥΠΩΣΗ)
Curs Digital Forensics
Fuse introduction & case study
ペパボデザイナーが教える!ECデザイン講座〜HTML・CSS初級編
Presentación tema 18 medioambiente.
水生态基准方法学概述及建立我国水生态基准的探讨 -生态毒理学报(第一作者)
Summary of Product Offerings
Preliminary study of the geology and structural trends of lower proterozoic b...
Η ΓΛΩΣΣΑ C - ΜΑΘΗΜΑ 8 - ΔΕΙΚΤΕΣ (ΕΚΤΥΠΩΣΗ)

What's hot (19)

PDF
Escenari2013: Els Grups d'interès
PDF
Poderes e limites da ciência - Ciclo de conferências - Marta de Menezes
PDF
GDC旅行記2013
PDF
01 fonctions convexes
PDF
Selling Android Apps in 2010
PDF
El desarrollo de los niños en edad escolar
PDF
Corporate gifts
PDF
Conditions_of_Laa_Ilaaha_ill-Allah
PDF
Motivating Teens In EFL, TESOL France 2011
PDF
03 propriétés de l'intégrale sur un segment d'une fonction continue
PDF
Inbound aamiainen 14.6.2016
PDF
Daf bait
PDF
Juillet 2011 - Lettre ouverte FAGE à Laurent WAUQUIEZ
PDF
Erwan Germain - Chocolate
PDF
Mygametest
PDF
jQueryでつくる、動きのあるWebページ - 多摩美 メディアリテラシー
PDF
Mansfield U3A Newsletter: November 2013
PDF
Portugal 3 anos
PDF
Kata rules esp january 2013
Escenari2013: Els Grups d'interès
Poderes e limites da ciência - Ciclo de conferências - Marta de Menezes
GDC旅行記2013
01 fonctions convexes
Selling Android Apps in 2010
El desarrollo de los niños en edad escolar
Corporate gifts
Conditions_of_Laa_Ilaaha_ill-Allah
Motivating Teens In EFL, TESOL France 2011
03 propriétés de l'intégrale sur un segment d'une fonction continue
Inbound aamiainen 14.6.2016
Daf bait
Juillet 2011 - Lettre ouverte FAGE à Laurent WAUQUIEZ
Erwan Germain - Chocolate
Mygametest
jQueryでつくる、動きのあるWebページ - 多摩美 メディアリテラシー
Mansfield U3A Newsletter: November 2013
Portugal 3 anos
Kata rules esp january 2013
Ad

Viewers also liked (11)

PPTX
Web security chapter#2
PPTX
Jquery image slider
PPTX
Css, CaseCading Style Sheet
ODP
PPTX
Image upload in php MySql
ODP
Concern of Web Application Security
PPT
Domain Name System
PPT
Presentation: the domain name system
PPTX
Domain name system presentation
PPT
Domain name system
PDF
DNS - Domain Name System
Web security chapter#2
Jquery image slider
Css, CaseCading Style Sheet
Image upload in php MySql
Concern of Web Application Security
Domain Name System
Presentation: the domain name system
Domain name system presentation
Domain name system
DNS - Domain Name System
Ad

Recently uploaded (6)

PPTX
Coklat Beige Ilustrasi 3 Dimensi Tugas Kelompok Presentasi.pptx
PDF
"ಶ್ರೀ ಕ್ಷೇತ್ರ ಚಂಪಕಧಾಮ ಸ್ವಾಮಿ ದೇವಾಲಯ""Sri Kshetra Champakadham Swamy Temple"
PPTX
Slide Ibadah siang 29 mei 2025 jika .pptx
PDF
فێرکردن و فێربوونی مۆدێرن.pdf دەروازەیەک بۆ
PDF
ಶ್ರೀ ಕ್ಷೇತ್ರ ಚಂಪಕಧಾಮ ಸ್ವಾಮಿ ದೇವಾಲಯSri Kshetra Champakadham Swamy Temple
PPTX
PETA.pptx,a,amamamamamamamamamammamamamam
Coklat Beige Ilustrasi 3 Dimensi Tugas Kelompok Presentasi.pptx
"ಶ್ರೀ ಕ್ಷೇತ್ರ ಚಂಪಕಧಾಮ ಸ್ವಾಮಿ ದೇವಾಲಯ""Sri Kshetra Champakadham Swamy Temple"
Slide Ibadah siang 29 mei 2025 jika .pptx
فێرکردن و فێربوونی مۆدێرن.pdf دەروازەیەک بۆ
ಶ್ರೀ ಕ್ಷೇತ್ರ ಚಂಪಕಧಾಮ ಸ್ವಾಮಿ ದೇವಾಲಯSri Kshetra Champakadham Swamy Temple
PETA.pptx,a,amamamamamamamamamammamamamam

Jquery part-II