CSS beállítások, de nem mindenkire
Forráskód:
<html>
<head>
<title></title>
<script src="js/jquery.js"></script>
<script>
$("document").ready(function(){
//$("h1:first").css("border","3px solid red")
$("h1:last").css("border","3px solid blue")
})
</script>
</head>
<body>
<h1>Szeretem a Jquery-t</h1>
<h1>Szeretem a Jquery-t</h1>
<h1>Szeretem a Jquery-t</h1>
</body>
</html>
Videó: