(function ($, Drupal, window, document, undefined) { // To understand behaviors, see https://drupal.org/node/756722#behaviors Drupal.behaviors.my_social_links_behavior = { attach: function(context, settings) { $(".sabm_footer_social_icons .sabm_footer_social_item a").attr( "target", "_blank"); $(".flex-active-slide .image-slider a").attr( "target", "_blank"); } }; })(jQuery, Drupal, this, this.document);