I'm trying to put a scrollable inside the <div id="panes">
so It's a scrollable inside the first tab!
But the scroller won't appear!
<script>
$(function() {
// initialize scrollable
$("div.scrollable").scrollable();
});
</script>
Please help!
so It's a scrollable inside the first tab!
But the scroller won't appear!
<script>
$(function() {
// initialize scrollable
$("div.scrollable").scrollable();
});
</script>
Please help!
