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

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -