Jump to content

I Can't Get Jquery Ui To Work. (fixed)


MrFish

Recommended Posts

I've downloaded JQuery and I've been trying to get JQueryUI to work. Everything is set up correctly and the default jquery.js file works fine but I'm trying to make a datepicker. Not only will datepicker not work, but nothing from the jqueryui will work.

<html><head><link type="text/css" href="css/themename/jquery-ui-1.7.1.custom.css" rel="stylesheet" />	<script type="text/javascript" src="jquery-1.3.2.js"></script><script type="text/javascript" src="js/jquery-1.3.2.min.js"></script><script type="text/javascript" src="js/jquery-ui-1.7.1.custom.min.js"></script><script type="text/javascript">	$(document).ready(function(){		$("#date").click(function(){			$("#date").datepicker();		});	});</script></head><body>	Date: <input id="date" type="text" /></body></html>

Anyone know what I should do?edit: Wrong css src

Link to comment
Share on other sites

Don't know much about jQuery UI, but is the script in the right place?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...