views:

23

answers:

0

Hi All,

I want to call jQuery Calender in jQuery shadowbox Popup Box.

Please help me regarding this.

I am using following code for that

function singleConfigPopup() {
        Shadowbox.open({
            content:    '<div id="popup" class="clearfix"><h3>Calender</h3><form><input type="input" id="datepicker"></p></form></div>',
            player:     "html",
            title:      "Reschedule",
            height:     287,
            width:      250
        });
    }    

Thanks in Advance,

Kanak