Contents

[edit]

General

[edit]

Internet Explorer

Internet Explorer converts relative URLs into absolute URLs. Unfortunately there are no reasonable workarounds to this problem.

[edit]

Internet Explorer 5.5

[edit]

Selectors

[edit]

Opera 9.27

[edit]

Events

$(document).ready(
  function() {
    $(window).unload(function(){ alert("ok") })
  }
)