[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-22 Thread Brad Kellett
Has there been any progress on this issue? I'm having the same 1.2.6/ jquery.forms issue, and commenting out line 203 doesn't work for me. I'd really like to use the newer jQuery build, but I need the forms functionality. ~bck On Jul 7, 1:04 pm, fgubert [EMAIL PROTECTED] wrote: I have a

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-22 Thread fgubert
I found that MY problem is when im using ISA Firewall Client. If this is enabled, only IE doesnt post things. Im using apache with mod_auth_sspi and domain integrated. The combination mod_auth_sspi/integrated apache domain+jquery/forms plugin+firewall client at workstations doesnt work for me

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-07 Thread Shelane Enos
I have set up a test page that shows this problem. It works in FF but not IE. http://education.llnl.gov/uploads/testup.lasso Mike, can you look into this. If you already have, do you have an estimate as to when this will be fixed? Thanks. On 7/3/08 2:05 PM, Shelane [EMAIL PROTECTED] wrote:

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-07 Thread Mike Alsup
I have set up a test page that shows this problem.  It works in FF but not IE. http://education.llnl.gov/uploads/testup.lasso Mike, can you look into this.  If you already have, do you have an estimate as to when this will be fixed? Thanks. I can't give you an estimate because the

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-07 Thread Shelane Enos
Naming conventions have always been my problem. What types of names do you (anyone) give these necessary parameters? On 7/7/08 10:59 AM, Mike Alsup [EMAIL PROTECTED] wrote: I have set up a test page that shows this problem.  It works in FF but not IE.

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-07 Thread Mike Alsup
Naming conventions have always been my problem.  What types of names do you (anyone) give these necessary parameters? One simple solution is to just add a prefix to your input names.

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-07 Thread fgubert
I have a similar problem. I've changed my server from linux (apache2.2/php5) to a windows server (with apache2.2/php5). SAME CODE works fine on linux server at IE7/FF3, but doesnt works on windows server only at IE7. I have another server (xampp, with windows vista business) that runs ok for

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-03 Thread Shelane
Cute answer Mike. I use method as a hidden form name all the time and my code is already wrapped with that code everywhere. I'm terrible with coming up with good names for things, but I have to have some name that makes sense. What do you use? I have two key inputs that tell my processing