view war/scripts/jQuery/demos/selectable/index.html @ 79:14cacff35e8d trimmed_data

"hide" the table view if it has no content
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Wed, 16 Jan 2013 18:14:55 +0100
parents cf06b77a8bbd
children
line wrap: on
line source

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>jQuery UI Selectable Demos</title>
	<link rel="stylesheet" href="../demos.css">
</head>
<body>

<div class="demos-nav">
	<h4>Examples</h4>
	<ul>
		<li class="demo-config-on"><a href="default.html">Default functionality</a></li>
		<li><a href="serialize.html">Serialize</a></li>
		<li><a href="display-grid.html">Display as grid</a></li>		
	</ul>
</div>

</body>
</html>