javascript - Is there any plugin for calendar that can be shown up without any event -


i want show calendar @ top of page. googled , got results of them shown after events such 'click', 'mousemove' , etc.

i want find plugin can satisfied following requirements.

  1. it can show while document ready , not disppear
  2. it has api of listening click event (click day or change month,year)

btw: don't need calendar google calendar

you can use jquery datepicker

https://jqueryui.com/datepicker/


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -