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

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 ) ) { > Is

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

2007-01-15 Thread lukas | dressy vagabonds
hi everybody, just found out about jQuery 2 weeks ago, started to integrate it in a website of mine (heart.coffeeandrecords.com) about 2 days ago, and absolutely learned to love it!! it's the best and slimmest javascript library with the most elegant way of getting things done that i've se