GMgKe586q6suSQnyqZLlGCooeWM

Pages

Search

Monday, January 31, 2011

Starting jQuery

To start using jQuery, link the 3 files:

<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>
Share/Bookmark

No comments:

Post a Comment