aboutsummaryrefslogtreecommitdiffstats
path: root/example/templates/jquery/index.html
AgeCommit message (Collapse)Author
2013-11-15Add doctype to HTML templates.Aymeric Augustin
2013-10-14Update versions of JavaScript libraries.Aymeric Augustin
Use Google's hosted libraries instead of vendoring. This is just for testing purposes and browser caching will help after the first access.
2012-08-20use links to static files rather than direct inclusion, Fixes #307Thomas Grainger
2010-10-20HTML Validation fixesChris Adams
It turns out that <script … charset="utf-8">inline script</script> is not valid (charset is valid with script src). This avoids debug_toolbar causing HTML validation errors simply by being active. Signed-off-by: Rob Hudson <rob@cogit8.org>
2010-02-11Added example project directory.Rob Hudson
Currently this allows for easy manual testing a few other Javascript libraries and whether the debug toolbar javascript conflicts with them.