Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<base href="http://docs.jquery.com" />
<!-- Disini kita mengeload library Jquery -->
<script src="http://code.jquery.com/jquery-1.3.js"></script>
<script>
$(document).ready(function(){
   // memangil semua div yang berisi p lalu ubah bordernya
   $("div > p").css("border", "opx solid gray");
});
</script>
</head>
<body>
<p>Ini adalah paragraf pertama</p> 
<div id="rr"><p>Ini adalah paragraf kedua coy didalam div </p></div> 
<p>Ini adalah paragraf Ketiga</p>
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers