jquery.js 250 B

12345
  1. // Use the right jQuery source in iframe tests
  2. document.write( "<script id='jquery-js' src='" +
  3. parent.document.getElementById("jquery-js").src.replace( /^(?![^\/?#]+:)/,
  4. parent.location.pathname.replace( /[^\/]$/, "$0/" ) ) +
  5. "'><\x2Fscript>" );