I"m using the code below:

$("#calendarPicker").datepicker({
             dateFormat: "mm-dd-yy",
                         nextText: 'Next Month',
                         prevText: 'Last Month',
             //yearRange: "2007:2010",
             onSelect: function(date) {
                         //alert("hi there");
                         //$("#calendarPicker").datepicker("disable");
            window.location="/search?
keywords=&cat=all&Beginning_Date="+date
+"&Ending_Date=&search=Search&action=searchCal";
             }
        });

Calendar is shown on load as a default and cannot be hidden.

After a date is selected, the calendar disappears from the page before
it is redirected to the new page i want to load. Is anyone
experiencing this problem on Safari4 (mac)? How can i keep the
calendar from disappearing after a date is selected?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to