Skip to content

Commit

Permalink
separate render functions from facetview core, and provide the standa…
Browse files Browse the repository at this point in the history
…rd bootstrap2 theme and a new bootstrap3 theme
  • Loading branch information
richard-jones committed Jan 3, 2015
1 parent 853f3fc commit 63e3974
Show file tree
Hide file tree
Showing 5 changed files with 2,275 additions and 1,183 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ Add the following code to your web page:
<script type="text/javascript" src="vendor/bootstrap/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="vendor/jquery-ui-1.8.18.custom/jquery-ui-1.8.18.custom.css">
<script type="text/javascript" src="vendor/jquery-ui-1.8.18.custom/jquery-ui-1.8.18.custom.min.js"></script>

<script type="text/javascript" src="es.js"></script>
<script type="text/javascript" src="bootstrap2.facetview.theme.js"></script>
<script type="text/javascript" src="jquery.facetview2.js"></script>
<link rel="stylesheet" href="css/facetview.css">

Then add a script somewhere to your page that actually calls and sets up the facetview on a particular page element:
Then add a script somewhere to your page that actually calls and sets up the facetview on a particular page element:

<script type="text/javascript">
jQuery(document).ready(function($) {
Expand Down
Loading

0 comments on commit 63e3974

Please sign in to comment.