-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add compatibility for "$.noConflict()"
- Loading branch information
Showing
4 changed files
with
39 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<title>Demonstration: Shariff</title> | ||
<link rel="stylesheet" type="text/css" href="app.min.css"> | ||
<link href="http://www.heise.de/" rel="canonical"> | ||
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script> | ||
<script type="text/javascript"> | ||
$.noConflict(); | ||
</script> | ||
</head> | ||
<body> | ||
<dl class="layout-hint"> | ||
<dt>data-backend-url:</dt><dd>/shariff/</dd> | ||
<dt>data-info-url:</dt><dd>http://example.com</dd> | ||
<dt>data-lang:</dt><dd>en</dd> | ||
<dt>data-orientation:</dt><dd>default</dd> | ||
<dt>data-services:</dt><dd>default</dd> | ||
<dt>data-theme:</dt><dd>grey</dd> | ||
<dt>data-url:</dt><dd>http://www.heise.de/ct/</dd> | ||
</dl> | ||
<article class="slim"> | ||
<header> | ||
<h1>Lorem ipsum dolor sit amet, consectetuer adipiscing elit</h1> | ||
<div data-backend-url="/shariff/" data-theme="grey" data-lang="en" class="shariff" data-url="http://www.heise.de/ct/" data-info-url="http://example.com"></div> | ||
<time datetime="2014-11-13T10:45:00+02:00">13.11.2014 - 12:45 Uhr</time> | ||
</header> | ||
<p class="deck">Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.</p> | ||
</article> | ||
|
||
<script src="shariff.min.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters