Как определить несколько атрибутов CSS в jQuery с помощью attr()

#jquery Вопрос: Вторая часть инструкции attr() -> margin-top завершается с ошибкой: var hoeheDrBoxPA = (jQuery(".header-a-p").outerHeight()/2); var hoeheDrBoxHPA = (jQuery(".text-h-a-p").outerHeight()/2); var hoeheDrBoxPAML = (jQuery(".header-a-p").css("marginLeft")); jQuery(".et_pb_section_1.header-element").attr('style', 'margin-left:' hoeheDrBoxPAML '!important', 'margin-top:' (hoeheDrBoxPA-hoeheDrBoxHPA) 'px');…

Продолжить чтениеКак определить несколько атрибутов CSS в jQuery с помощью attr()