Can I use jquery datapicker as a readonly calendar? not "picker" -
Can I use jquery datapicker as a readonly calendar? not "picker" -
my requirement simple: have sharepoint list events list. want utilize jquery calendar show tooltip in highlighted day, when there event day.
my intention not utilize in textbox input. read only.
if possible, should alter in jquery calendar config?
thx
you can create inline datepicker :)
class="snippet-code-js lang-js prettyprint-override">$( "#datepicker" ).datepicker();
class="snippet-code-html lang-html prettyprint-override"> <link rel="stylesheet" href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css"> <script src="//code.jquery.com/jquery-1.10.2.js"></script> <script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script> <div id="datepicker"></div>
jquery jquery-ui jquery-ui-datepicker
Comments
Post a Comment