Posted By

sebus on 01/14/09


Tagged

jquery


Versions (?)

Transformer tous les liens d'une page - 2


 / Published in: JavaScript
 

  1. <script type="text/javascript">
  2. <!--
  3. $(document).ready(function() {
  4. $("a.spip_out,a.spip_url,a.spip_glossaire").click(function() {
  5. window.open(this.href);
  6. return false;
  7. });
  8. })
  9. //-->
  10. </script>

Report this snippet  

Comments

RSS Icon Subscribe to comments
Posted By: sebus on February 16, 2009

C'est le bon...

You need to login to post a comment.