Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="jQuery Code Sample 1" />
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/numeral.js/1.4.5/numeral.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <p></p>
  <p></p>
  <p></p>
</body>
</html>
<script>
  $("p:eq(0)").text('馬老師雲端研究室')
  $("p:eq(1)").text('35+62='+(35+62))
  $("p:eq(2)").text('NT'+(numeral(62000).format('$ 0,0.00')))
</script>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
StanleyMapro
0viewers