[jQuery] Re: add a print event to jquery: possible ?

2007-08-01 Thread Scott Sauyet
Alexandre Plennevaux wrote: That's working fine, except that when printing the document, it prints the html source after DOM manips (more info) instead of before modification of the DOM (address, city, postcode information). $('span.moreInfoLink').text('more info').cluetip(); therefore, i

[jQuery] Re: add a print event to jquery: possible ?

2007-08-01 Thread Brandon Aaron
This doesn't help when someone chooses print from the browser/os. -- Brandon Aaron On 8/1/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hello friends! question: is it possible to catch the print event via javascript/ jquery? AFAIK, only IE has built-in capabilities :