[jQuery] Re: jQuery and IE 8

2010-01-07 Thread Scott Sauyet
I don't get any error. Have you fixed it since posting yesterday? -- Scott

[jQuery] Re: jQuery and IE

2009-02-24 Thread Vincent Nguyen
Some my exp! Aslo, take a notice that Something lieks this: messages: { name: { required: "You must provide a Campaign Name.", minlength: "Your Campaign name must be at least 3 characterss long." }, startDate: { required: "You mu

[jQuery] Re: jQuery and IE

2009-02-24 Thread Bob O
Thank you..i just figured that out..Appreciate all those that commented.. Thanks On Feb 24, 2:29 pm, James wrote: > Sorry I missed a comma after startDate and before endDate: > > messages: { >            name: { >               required: "You must provide a Campaign Name.", >               minl

[jQuery] Re: jQuery and IE

2009-02-24 Thread James
Sorry I missed a comma after startDate and before endDate: messages: { name: { required: "You must provide a Campaign Name.", minlength: "Your Campaign name must be at least 3 characterss long." }, startDate: { required: "

[jQuery] Re: jQuery and IE

2009-02-24 Thread James
messages: { name: { required: "You must provide a Campaign Name.", minlength: "Your Campaign name must be at least 3 characterss long." }, startDate: { required: "You must provide a start date." } endD

[jQuery] Re: jQuery and IE

2009-02-24 Thread Bob O
sorry..new to the group thing here as well... i have narrowed it down to this piece of code. when i remove it all js works as written.. $(document).ready(function() { $('#create_campaign_form').validate({ rules: { name: {required: true, minlength: 3}, startDate:

[jQuery] Re: jQuery and IE

2009-02-24 Thread brian
On Tue, Feb 24, 2009 at 2:35 PM, Bob O wrote: > > So im stumped..I have my jquery file in the headers, and it works in > Opera, Safari, FF on mac, and FF on Windows, but i get nothing in > IE..its there, its just broken. We're not getting much, either. Care to elaborate?

[jQuery] Re: jQuery and IE

2009-02-24 Thread James
More info is needed. Either a sample link of it not working or code and versions of files. On Feb 24, 9:35 am, Bob O wrote: > So im stumped..I have my jquery file in the headers, and it works in > Opera, Safari, FF on mac, and FF on Windows, but i get nothing in > IE..its there, its just broken.