StesCodes

StesCodes Calendar Plugin(JQuery)

StesCodes Calendar Plugin(SCP) is a JQuery/JavaScript calendar control which provides the easy user experience on selecting dates. SCP has the design of iPhone calendar which is transformed in to web control. The SCP is a highly configurable plugin that adds datepicker functionality to your pages. By default, the SCP plugin opens in a small overlay and closes when the close button is clicked or when a date is selected. Configuring StesCodes Calendar Plugin is very easy, just pass the "current control id" which in case might be a calendar icon or a link or a text box id and a "target control id" which in case the textbox where the selected dates to be filled.

Jquery Calendar Plugin

Demo:

Select Date 1
Select Date 2

Features:

  1. Able to provide target control to fill date
  2. Easy configurable
  3. Date format in MM/DD/YYYY
  4. Easy navigation through Months/Years
  5. iPhone Calendar UI
  6. Shows date format at footer
  7. It’s free to use, even commercially.

To Show Calendar


  $("#txtsecondbox").StesCodesCalendar("show", {
      currentObject: $(this).attr("id"), //source control id
      targetObject: "txtfirstbox"        //target control id
  });
   

To Hide Calendar


  $(".calclose").stesBoxCalendar("hide");
   

You can download the code below


Comments:

 
Loading...

Leave Your Comment

Enter your name
*Enter email
Enter comments
Max Limit 1310 characters, characters entered  
Submit
Clear
HOME | TERMS OF SERVICE | PRODUCT | CONTACT US | PRIVACY POLICY | FAQ | SITE MAP
Copyright 2011 stescodes.com