From 53151f8d0b1d8403f8d80b95c5be338af0b1d845 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 19 Aug 2011 22:01:27 +0200 Subject: [PATCH] `type=text/javascript` for - + @@ -58,14 +58,14 @@
Hotlink the CSS

For the quickest and easiest start, just copy this snippet into your webpage.

- +
Use it with LESS

A fan of using LESS.js? No problem, just clone the repo and add these lines:

-
@@ -533,8 +533,8 @@
-<script type="text/javascript" src="js/jquery/jquery.tablesorter.min.js"></script>
-<script type="text/javascript">
+<script src="js/jquery/jquery.tablesorter.min.js"></script>
+<script>
   $(document).ready(function() {
     $("table#sortTableExample").tablesorter( {sortList: [[1,0]]} );
   });
@@ -1156,8 +1156,8 @@ Lorem ipsum dolar sit amet illo error ipsum verita
     

How to use it

Use this option to make full use of Bootstrap's LESS variables, mixins, and nesting in CSS via javascript in your browser.

-<link rel="stylesheet/less" type="text/css" href="less/bootstrap.less" media="all" />
-<script type="text/javascript" src="js/less-1.0.41.min.js"></script>
+<link rel="stylesheet/less" href="less/bootstrap.less" /> +<script src="js/less-1.0.41.min.js"></script>

Not feeling the .js solution? Try the LESS Mac app or use Node.js to compile when you deploy your code.

What's included

@@ -1312,4 +1312,4 @@ Lorem ipsum dolar sit amet illo error ipsum verita - + \ No newline at end of file