DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Problem With Jquery-ui
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Untitled Page</title>
<script type="text/javascript" src="Scripts/jquery/jquery-1.2.6.js"></script>
<script type="text/javascript" src="Scripts/jquery/ui.core.js" />
<script type="text/javascript" language="javascript">
$(document).ready(function() {
alert('here');
});
</script>
</head>
<body>
</body>
</html>





