UNPKG

@codevadmin/jquery-tmpl

Version:

The library was deprecated but some projects are still using it. This is jquery-tmpl commonjs implementation.

23 lines (22 loc) 757 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>jquery-tmpl unit tests</title> <link rel="stylesheet" href="qunit.css" type="text/css" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> <script type="text/javascript" src="qunit.js"></script> <script type="text/javascript" src="../jquery.tmpl.js"></script> <script type="text/javascript" src="core.js"></script> </head> <body> <script type="text/x-jquery-tmpl" id="reuse"> <a>{{= data}}</a> </script> <h1 id="qunit-header">jquery-tmpl unit tests</h1> <h2 id="qunit-banner"></h2> <div id="qunit-testrunner-toolbar"></div> <h2 id="qunit-userAgent"></h2> <ol id="qunit-tests"></ol> </body> </html>