views:

384

answers:

1

Hi all!

Got the jQuery UI datepicker plugin working wonderfully, however, when using IE7, the calendar doesn't fade away after you make a selection like it does in FF, Safari, etc.

Here's the URL http://www.mchenry.edu/insideApp/OIRPprojectrequest/oirpprojectrequestform.aspx

I hope it's something silly, 'cuz IE7 is the only browser I need to support for internal clients.

Thnx!

EDIT: Try this URL, http://www.mchenry.edu/test/oirpprojectrequestform.aspx

Sorry 'bout that!

A: 

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Mon, 21 Sep 2009 18:50:51 UTC

Message: 'length' is null or not an object Line: 139 Char: 17 Code: 0 URI: http://www.mchenry.edu/aspnet%5Fclient/system%5Fweb/1%5F1%5F4322/WebUIValidation.js

event.srcElement.Validators is undefined when i step through with IE8. Do you mean to be accessing Validators on the DispHTMLAnchorElement?

geowa4
I am using the validation plugin here as well. Do you think it may be a conflict between the two? Unless it's an easy fix, I may have to ditch one or the other. Not sure how important the client-side validation is, since it's an internal app and we have server-side checks as well. Hmm...
Jesse
Clarification: I am using the jQuery validation plugin - our backend .Net guru wants to use .Net validation juice on this but I disabled her trickery.
Jesse
well validation should be on the form element; here it was being performed on an anchor, the event source.
geowa4