Skip to content

Commit

Permalink
Added header to movies demo pointing to github.
Browse files Browse the repository at this point in the history
Added link to demo in readme.
  • Loading branch information
BorisMoore committed Jun 10, 2010
1 parent 8566ac8 commit a118f34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ A jQuery templating plugin - created for demonstration purposes.

// Appends multiple LI, filled with data, into the UL
$("ul").append( tmpl, arrayOfDataObjects );

A demo page using this plugin can be found here:
http://infinity88.com/jquery-tmpl/movies/movies.htm
6 changes: 5 additions & 1 deletion movies/movies.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
<link href="../jquery-ui-1.8.1.custom.css" rel="stylesheet" type="text/css" /></head>
<body>
<div id="pageBody">
<h1>Netflix: Book a Movie...</h1>
<p>
This is a demo of updates to the jQuery templating feature being proposed by Microsoft.
<br/>You can view the source on github, here: <a href="http://github.com/nje/jquery-tmpl/">NJE Templating Branch on GitHub</a>
</p>
<h1>Netflix: Book a Movie...</h1>

<ul id="genres">
<li class="selected">Cartoons</li>
Expand Down

0 comments on commit a118f34

Please sign in to comment.