Skip to content

Instantly share code, notes, and snippets.

View boulderbri's full-sized avatar

Brian Carlson boulderbri

View GitHub Profile
@boulderbri
boulderbri / index.html
Created December 6, 2012 15:41
Expander issue source code
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Main Page</title>
<script src="Scripts/jquery-1.8.2.min.js" type="text/javascript"></script>
<script src="Scripts/jquery.expander.js" type="text/javascript"></script>
<script type="text/javascript">
$.expander.defaults.slicePoint = 500;
$(document).ready(function () {
$('div.sfCheckboxes').expander();
});