Привет всем помогите включить функцию.
Ситуация следующая , делаю верстку для opencar.rpo
на хостинге на главной страницы скрипты подгрузились , а на странице категорий нет , хотя на локалке все работает на всех странницах хорошо.
Как это исправить ?
http://www.carp-palace777.com.ua/ind...tegory&path=59
$( document ).ready(function() {
$('.product-layout > .product-thumb').each(function (e) {
// e +=1;
$('.product-thumb h4').css('height', '').equalHeights();
$('.product-thumb p:first-child').css('height',"60px").css('overflow',"hidden");
$(this).parent().attr({
'class' : 'product-layout col-lg-4 col-md-4 col-xs-12'
});
});
});
вод такая ошибка
Uncaught TypeError: $(...).css(...).equalHeights is not a function
at HTMLDivElement.<anonymous> (scripts.js:8)
at Function.each (jquery-2.1.1.min.js:2)
at n.fn.init.each (jquery-2.1.1.min.js:2)
at HTMLDocument.<anonymous> (scripts.js:4)
at j (jquery-2.1.1.min.js:2)
at Object.fireWith [as resolveWith] (jquery-2.1.1.min.js:2)
at Function.ready (jquery-2.1.1.min.js:2)
at HTMLDocument.I (jquery-2.1.1.min.js:2)