[jQuery] Re: Validating not happening in IE6 no error removal on keyup

2008-02-25 Thread scud

Jorn,

I tried looking at that and I guess the thing I'm not understanding is
where do I specify the option:onkeyup to make sure that that's
happening? I thought it was unnecessary because I thought I remembered
reading that the validation was lazy until they submitted something
and then the validating happens when they enter in text and also when
they move to the next form element.

For whatever reason none of those checks seem to happen and I guess
that's why I'm confused.

On Feb 24, 12:30 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote:
 This may give some insight into the 
 issue:http://docs.jquery.com/Plugins/Validation#Validation_event

 Let me know if it doesn't help.

 Jörn


[jQuery] [Validate] Validating not happening in IE6 no error removal on keyup

2008-02-21 Thread scud

I've got two issues. I recently had to put some form validating on
pages for a client and thought they were working fine since I could
see them in FF, IE7 and Safari, however upon checking in IE6 I'm
seeing that nothing is being checked. I see no errors on my pages, and
don't know why it would be happening.

Also of note on the pages is that even in the browsers where it does
work, when you submit the page and receive error messages they don't
disappear when you put good data into the input fields.

The pages can be seen a href=http://www.doralbank.com/en/sub-pages/
doral-interested.aspxhere/a and a href=http://www.doralbank.com/
en/sub-pages/doral-contact-us.aspxhere/a


[jQuery] Re: Validating not happening in IE6 no error removal on keyup

2008-02-21 Thread scud

Grr here's the urls.

Contact Us form: http://www.doralbank.com/en/sub-pages/doral-contact-us.aspx
Interested Form: http://www.doralbank.com/en/sub-pages/doral-interested.aspx


[jQuery] Re: Validating not happening in IE6 no error removal on keyup

2008-02-21 Thread scud

I seem to have fixed the IE6 issue by not using the packed version and
instead putting in un-packed and un-minified version. Now I get the
proper validation checks in IE6, but the erros still don't go away
when someone enters in information.

On Feb 21, 10:34 am, scud [EMAIL PROTECTED] wrote:
 I've got two issues. I recently had to put some form validating on
 pages for a client and thought they were working fine since I could
 see them in FF, IE7 and Safari, however upon checking in IE6 I'm
 seeing that nothing is being checked. I see no errors on my pages, and
 don't know why it would be happening.

 Also of note on the pages is that even in the browsers where it does
 work, when you submit the page and receive error messages they don't
 disappear when you put good data into the input fields.

 The pages can be seen a href=http://www.doralbank.com/en/sub-pages/
 doral-interested.aspxhere/a and a href=http://www.doralbank.com/
 en/sub-pages/doral-contact-us.aspxhere/a


[jQuery] Re: Validating not happening in IE6 no error removal on keyup

2008-02-21 Thread scud

I fixed the IE6 not-working issue by not using the packed version of
the validate.js, so apparently the packed version is busted in IE6. I
went with the full text version and almost all seems to be fine.

I still have the problem of the fields not being checked as a user
enters in information and navigates through the form.


[jQuery] jQuery.iAccorion error in IE

2007-11-08 Thread scud

I recently started to build out a portfolio and used jQuery and some
of the plugins to get things working right.

Right now things look awesome in Firefox, however there comes a
problem when viewed in IE.

http://scudly.com/port/portfolio.html is the current version of the
page.

If you open the page in IE [doesn't matter what version] and click on
Work and then attempt to click on the 2nd or 3rd thumbnail images
you'll get a javascript error and the page breaks. If you try to debug
it, it says that jQuery.iAccordion has an invalid argument.

However if you refresh the page, click back on Work and then drag the
slider to the left or the right and THEN click on a thumbnail
everything will function as it should.

I can't figure out why and it's bugging the hell out of me. I thought
at first it could be a CSS issue with how some elements get modified
when touched by jQuery animations, but after adding all the similar
tags it still happens.

So I have to ask, does anyone know why this error would be happening
in IE?