Javascript.RU

Создать новую тему Ответ
 
Опции темы Искать в теме
  #1 (permalink)  
Старый 22.03.2017, 12:45
Новичок на форуме
Отправить личное сообщение для makedonets Посмотреть профиль Найти все сообщения от makedonets
 
Регистрация: 12.03.2017
Сообщений: 2

uncaught TypeError: Cannot read property 'top' of undefined
Добрый день, решил поставить плагин simple scroll follow.Возникает ошибка"uncaught TypeError: Cannot read property 'top' of undefined". Возможно как-то исправить?
calcOffsetBottom: function (elem) {
    if (elem == 'window') {
      return $(window).scrollTop() + $(window).height();
    } else {
      return $(elem).offset().top +
        $(elem).height() +
        Number($(elem).css('border-top-width').replace(/px$/, '')) +
        Number($(elem).css('border-bottom-width').replace(/px$/, '')) +
        Number($(elem).css('padding-top').replace(/px$/, '')) +
        Number($(elem).css('padding-bottom').replace(/px$/, ''));
    }
  },
Ответить с цитированием
Ответ



Опции темы Искать в теме
Искать в теме:

Расширенный поиск


Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
Cannot read property 'safari' of undefined vladik_vodopadik Javascript под браузер 1 14.12.2015 17:35
Помогите плс решитUncaught TypeError: Cannot read property 'attributes' of undefined Wahtel Общие вопросы Javascript 3 04.03.2015 16:30
Uncaught TypeError: Cannot read property 'getElementById' of null kilohertz_. AJAX и COMET 5 07.12.2014 08:04
Ошибка Uncaught TypeError: Cannot read property 'elements' of undefined Allality Общие вопросы Javascript 14 29.07.2012 18:35
Ext.data.Record.create - Uncaught TypeError: Cannot read property 'items' of undefine potkin ExtJS 2 01.07.2012 23:29