开发者

javascript-to display calendar in movable pop up

I want to display calendar every time in div tag which is movable pop开发者_JS百科 up & user can select date from calendar in javascript


Take a look at jquery UI calendar control. Just include the JQUERY UI files to your HTML. Then

 <input type="text" name="cal" id="cal" />

 $("#cal").calendar();
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜