(function ($, Drupal) { 'use strict'; Drupal.behaviors.placeholderOrderForm = { attach: function (context, settings) { $('input[name="usluga"]').attr('placeholder', 'Услуга*'); } }; })(jQuery, Drupal);