فتح الروابط الخارجيه في نافذه (صفحه) جديده
altyeb hassan
17 يناير 2018
- أبحث عن <head>
- أضف بعده الكود
<script src='//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' type='text/javascript'></script><script type='text/javascript'> $(document).ready(function() { $("a[href^='http://']").each( function(){ if(this.href.indexOf(location.hostname) == -1) { $(this).attr('target', '_blank'); } } ); $("a[href^='https://']").each( function(){ if(this.href.indexOf(location.hostname) == -1) { $(this).attr('target', '_blank'); } } ); }); </script>
يمكنك متابعة المدونه من هنا
expand_less
comment 0 التعليقات:
more_vertsentiment_satisfied ملصقات