Difference: JavaScript (3 vs. 4)

Revision 417 Aug 2010 - FlavioAraujo

Line: 1 to 1
 
%STARTINCLUDE%
<script type="text/javascript" src="/twiki/pub/XIISNHCT/JavaScript/jquery.js"></script>
<script type="text/javascript">
$("document").ready(function(){
Changed:
<
<
$("[href*='http://']").attr("target", "_blank"); $("[href*='https://']").attr("target", "_blank");
>
>
$("#conteudo [href*='http://']").attr("target", "_blank"); $("#conteudo [href*='https://']").attr("target", "_blank");
  $("[href*='.pdf']").attr("target", "_blank");
Added:
>
>
var t=setTimeout("window.location.reload()",60000);
 });

 
This site is powered by the TWiki collaboration platformCopyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback