[jQuery] Re: File download with jQuery.

2007-12-11 Thread lagos.tout
th an Ajax request. You may be > able to (not certain) with an embeded IFrame that has your url as it's > source. > > Cheers, > -Jonathan > > On Dec 10, 2007 4:06 AM, lagos.tout <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > Anyone know how to force the b

[jQuery] File download with jQuery.

2007-12-10 Thread lagos.tout
Hi, Anyone know how to force the browser to treat the data returned by the server in response to $.get( ) as a file, not text or html or xml? I'm using the correct mime-type and know that the file is being returned when I use an href on a link, rather than jQuery. I could stick with that, but I'd

[jQuery] show() pops upon element twice

2007-05-10 Thread lagos.tout
Hi, I've got this weird thing where whenever I call show(), the DOM element it's being called on pops open twice! I've narrowed down the area of the code that seems to run twice to the following section in jquery.js. (starting line 1575) animate: function( prop, speed, easing, callback ) {

[jQuery] response handler scope

2007-04-05 Thread lagos.tout
is it possible to specify the object scope of the method that handles an ajax response? the method defaults to executing in the global scope, i.e. the window. i'd be grateful for any suggestions on how to change this. thanks. j.