Skip to content

Instantly share code, notes, and snippets.

@machisuji
Created March 29, 2012 16:02
Show Gist options
  • Save machisuji/2238957 to your computer and use it in GitHub Desktop.
Save machisuji/2238957 to your computer and use it in GitHub Desktop.
def test = Action {
val page = new Page("public/test.html") {
$("p").clone(3)
}
Ok(page)
}
<html>
<head>
<title>Testseite</title>
</head>
<body>
<h1>Testseite</h1>
<p>
Seite zum Testen von Wandledi in Play!
</p>
<p>
Seite zum Testen von Wandledi in Play!
</p>
<p>
Seite zum Testen von Wandledi in Play!
</p>
</body>
</html>
<html>
<head>
<title>Testseite</title>
</head>
<body>
<h1>Testseite</h1>
<p>
Seite zum Testen von Wandledi in Play!
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment