Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- $(document).ready(function(){
- $("html a").each(function (){
- if($(this)[0].href.toLowerCase().indexOf("http://www.kingdino.com") == -1){
- $(this).attr("target","_blank");
- }
- });
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment