Thank you Emmanuel,
that's what I'm looking for. I now use the following code:
$(document).ready(function() {
// init code
});
$(window).unload(function() {
// unload stuff
});
which works nice with multiple onload and onunload functions.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---