מדיה ויקי:Vector.js: הבדלים בין גרסאות בדף

מתוך אוצר מהרי''ט
קפיצה לניווט קפיצה לחיפוש
יצירת דף עם התוכן "All JavaScript here will be loaded for users of the Vector skin: $(document).ready(function() { $('a.external, a[href^="http"]').attr('target', '_blank'); });"
 
(אין הבדלים)

גרסה אחרונה מ־19:08, 18 באוגוסט 2024

/* All JavaScript here will be loaded for users of the Vector skin */
$(document).ready(function() {
    $('a.external, a[href^="http"]').attr('target', '_blank');
});