Changing Jquery Calendar size using google hosted theme
Posted
by Ali
on Stack Overflow
See other posts from Stack Overflow
or by Ali
Published on 2010-05-05T02:23:35Z
Indexed on
2010/05/05
2:28 UTC
Read the original article
Hit count: 262
I am trying to implement the Jquery datepicker using a google hosted theme. But the Calendar is too big. Can I make it a smaller version by altering the function itself seeing I cant change the theme?
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/start/jquery-ui.css" type="text/css" media="all" />
<script type="text/javascript" src="jquery.js"></script>
$(function() { $("#datepicker").datepicker({ dateFormat: $.datepicker.W3C});
});
Thanks
© Stack Overflow or respective owner