<link type="text/css" href="css/smoothness/jquery-ui-1.8.23.custom.css" rel="stylesheet" />
<script type="text/javascript" src="js/jquery-1.8.0.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.23.custom.min.js"></script>
<script>
$('#login_checkbox').button();
</script>
<button id="login_checkbox" class="ui-button ui-button-text-only ui-widget ui-state-default ui-corner-all">
<span class="ui-button-text">Button Label</span>
</button>
ive got the style work but when the button is clicked, it does not change at all like in the website
http://jqueryui.com/demos/button/

New Topic/Question
Reply


MultiQuote



|