Re: [jQuery] self.attr(innerHTML, res.responseText) - IE 7 failing

2007-01-15 Thread Mike Alsup
Hi Lucas,

 Issue 2: $(#el).load doesn't support post params any longer

This is a bug and will be fixed.  You can fix it in your own copy by
editing this line in the load function:

if ( jQuery.isFunction( params.constructor ) ) {

Change it to this:

if ( jQuery.isFunction( params ) ) {


 Issue 3: i can't found the svn repository

I think svn is temporarily down due to high server traffic.

Mike

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] self.attr(innerHTML, res.responseText) - IE 7 failing

2007-01-15 Thread lukas | dressy vagabonds
hei mike :-),

thanks for the very fast help :-)

best regards

lukas

Am 16.01.2007 um 00:34 schrieb Mike Alsup:

 Hi Lucas,

 Issue 2: $(#el).load doesn't support post params any longer

 This is a bug and will be fixed.  You can fix it in your own copy by
 editing this line in the load function:

 if ( jQuery.isFunction( params.constructor ) ) {

 Change it to this:

 if ( jQuery.isFunction( params ) ) {


 Issue 3: i can't found the svn repository

 I think svn is temporarily down due to high server traffic.

 Mike

 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/