GMgKe586q6suSQnyqZLlGCooeWM

Pages

Search

Sunday, February 6, 2011

Selectable jQuery

<link rel="stylesheet" href="jqueryui/css/redmond/jquery-ui-1.8.9.custom.css"/>
<script src="jqueryui/js/jquery-1.4.4.min.js"></script>
<script src="jqueryui/js/jquery-ui-1.8.9.custom.min.js"></script>

<ol id="satu">
<li>Holla</li>
<li>May Be</li>
<li>Fow What</li>
<li>For Lady Gaga</li>
</ol>

<script>
    $('#satu').selectable();
</script>

<style>
ol { list-style: none; margin: 0px; padding: 0px; }
#satu li { background: gold; margin: 1; padding: 5px; font: 12px arial; }
#satu .ui-selected { background: #F39814; color: white; }
#satu .ui-selecting { background: lime; }
#satu .ui-unselecting { background: black; }
</style>
Share/Bookmark

No comments:

Post a Comment