Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Replace link to original documentation site with a link to the archived documentation.
  • Loading branch information
Boris Moore committed Oct 10, 2013
1 parent 489cf3e commit 69468ef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ _Note: The jQuery team has decided not to take this plugin past beta. It is no l

jQuery templates contain markup with binding expressions ('Template tags'). Templates are applied to data objects or arrays, and rendered into the HTML DOM

Documentation for the _jQuery Templates_ plugin can be found on the jQuery documentation site:
[http://api.jquery.com/category/plugins/templates/] (http://api.jquery.com/category/plugins/templates)
Note that documentation for the _jQuery Templates_ plugin is **no longer maintained on the jQuery documentation site**.
An archive copy of the original documenation can be found here:
[archive for previous http://api.jquery.com/category/plugins/templates/] (http://web.archive.org/web/20120920065217/http://api.jquery.com/category/plugins/templates/)

See also [http://www.borismoore.com/2010/10/jquery-templates-is-now-official-jquery.html] (http://www.borismoore.com/2010/10/jquery-templates-is-now-official-jquery.html) for more background.

Expand All @@ -24,7 +25,7 @@ Live versions of demos from this repository can be found at [http://jquery.githu
_The following is a restoration of jQuery's official documentation on tmpl() as it was on 12/28/2012. jQuery is Copyright 2012, John Resig_


[Source](http://web.archive.org/web/20121014080309/http://api.jquery.com/jquery.tmpl/ "Permalink to jQuery.tmpl() jQuery API")
[Source](http://web.archive.org/web/20121014080309/http://api.jquery.com/jquery.tmpl/ "Permalink to jQuery.tmpl() jQuery API")

# jQuery.tmpl( template \[, data\] \[, options\] ) Returns: jQuery

Expand Down Expand Up @@ -223,4 +224,4 @@ Each template item (the result of rendering a data item with the template) is as

</body>
</html>
```
```

0 comments on commit 69468ef

Please sign in to comment.