[jQuery] Re: jQuery, AJAH & IE 7

2008-01-25 Thread Vlad Mazek
Ok, I made it a whole lot simpler, hopefully someone can point me to the mistake I am making: http://support.ownwebnow.com/test.php This form uses jQuery form plugin to put the result of the submission (to test1.php) into companyForm div. Works great. test1.php returns a form, which also uses jQu

[jQuery] Re: jQuery, AJAH & IE 7

2008-01-25 Thread Vlad Mazek
MorningZ, As mentioned, the live page is here: http://support.ownwebnow.com/test589.php 1. Basically, I am using jQuery forms and based on the input on the front page I return another form (not nested) into that is prefilled with the data from the database. 2. The data in this form is then submi

[jQuery] Re: jQuery, AJAH & IE 7

2008-01-24 Thread Vlad Mazek
Benjamin, None of that sir, here is a demo: https://support.ownwebnow.com/test589.php (just start typing two letters, it uses autocomplete..) The demo looks a little insane, I had to pull it out of the app and remove the error checks, authentication, etc. -Vlad On 1/24/08, Benjamin Sterling <[

[jQuery] Re: jQuery, AJAH & IE 7

2008-01-24 Thread MorningZ
Got the page live somewhere to look at? Also, have you tried using Fiddler (http://www.fiddlertool.com/ fiddler/) to see the client request/response for errors? On Jan 24, 4:39 pm, Vlad Mazek <[EMAIL PROTECTED]> wrote: > Folks, > > I have a bit of a problem with Internet Explorer 6/7 specific

[jQuery] Re: jQuery, AJAH & IE 7

2008-01-24 Thread Benjamin Sterling
Also, check to see if you have an extra common in any of your params, ie css({left:0,top:0,}) <-- will throw object expected error in IE On 1/24/08, Benjamin Sterling <[EMAIL PROTECTED]> wrote: > > Vlad, > Do you have a url we can look at? Run your site in Opera, it gives better > error messages

[jQuery] Re: jQuery, AJAH & IE 7

2008-01-24 Thread Benjamin Sterling
Vlad, Do you have a url we can look at? Run your site in Opera, it gives better error messages so you know were to look for your code error. Tools -> Advanced -> Error console. On 1/24/08, Vlad Mazek <[EMAIL PROTECTED]> wrote: > > > Folks, > > I have a bit of a problem with Internet Explorer 6/7