<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>
Then try to write code in html file:
<button>Register</button>
<script>
$('button').button();
</script>
No comments:
Post a Comment