Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9245619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T09:18:19+00:00 2026-06-18T09:18:19+00:00

I have a datepicker initialized such as: $(#startDate).datepicker({ onSelect: dateChanged }); This works in

  • 0

I have a datepicker initialized such as:

$("#startDate").datepicker({
onSelect: dateChanged
});

This works in conjunction with the input:

<input type="text" id="startDate" value="" class="dateField"/>

that is in a table for a search over a jquery dataTable.

This works great in chrome, but fails to work in IE. My goal is to have today’s data populate the dataTable then when the start date changes to a previous date the onSelect should call the dateChanged function. The dateChanged function is responsible for querying the database again but with an earlier date.

In IE what happens is that when you select the text box for the date the calendar come up(good). When you select the desired date the calendar does not go away.

I have had a test function call with no problems. The difference is that the test function just has an alert and the dateChanged function has variables initialized and query calls. It seems to work fine until I create a variable of any sort.

Any suggestions would be helpful.

UPDATE

Here is a little more of the function I am trying to call:

function dateChanged(){  
        var StartTime = startDate.value;  
    var EndTime = endDate.value;  
    alert("hello");  
    var cmecProx2 = new cmec();  
...  
}

Most of the code I have I cannot share due to it being for a company I work for but from the code above I am not getting to the alert statement.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T09:18:21+00:00Added an answer on June 18, 2026 at 9:18 am

    Some browsers don’t fire events in a timely fashion. So what works well in FF/Chrome may not work at all in IE. I’ve had good success in these situations by wrapping the event code in a timeout.

    $("#startDate").datepicker({ onSelect: function(){setTimeout(dateChanged, 500);} });
    

    This will delay the firing of dateChanged() by half a second, and–if timing is the problem–would give IE enough time to realize the onSelect event has fired.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have datepicker (Index.aspx): <form class=fancy_form> <div class=wrap_input> <i>&nbsp;</i> <input type=text class=datepicker/> </div> </form>
can't find solution to this issue. So i have datepicker input field, it works
I have an input [date_caisse] with class: datepicker-inline AND id: [date_caisse] I have this
I have implemented datepicker following jQuery getting started , using 3 files: <link type=text/css
The datepicker function only works on the first input box that is created. I'm
I have a datepicker in my form and it gets the value from the
I have a datepicker in my document that inputs a date into the input
I have: ((DatePicker) findViewById(R.id.my_id)).init(2011, 1, 1, pickerListener); And when I run this, I have
I have a DatePicker in my app, i'm using this code to retrieve its
I have a DatePicker class, which is called from different functions at different locations

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.