Я получил unaught typeerror: $ не является ошибкой , когда я пытаюсь принести id и сохранить ее в переменной
здесь я получил ошибку => {var topmenu = $ ('primary-menu');}
{var topmenu = $ ('primary-menu');// Cache selectors
var topMenu = $('primary-menu');
topMenuHeight = topMenu.outerHeight()+15,
// All list items
menuItems = topMenu.find('a[href^="#"]'),
// Anchors corresponding to menu items
scrollItems = menuItems.map(function(){
var item = $($(this).attr("href"));
if (item.length) { return item; }
});
// Bind to scroll
$(window).scroll(function(){
// Get container scroll position
var fromTop = $(this).scrollTop()+topMenuHeight;
// Get id of current scroll item
var cur = scrollItems.map(function(){
if ($(this).offset().top < fromTop)
return this;
});
// Get the id of the current element
cur = cur[cur.length-1];
var id = cur && cur.length ? cur[0].id : "";
// Set/remove active class
menuItems
.parent().removeClass("act")
.end().filter("[href='#"+id+"']").parent().addClass("act");
});
Подробнее здесь: https://stackoverflow.com/questions/637 ... a-function
Как решить "uncaught typeerror: $ не функция"? ⇐ Jquery
Программирование на jquery
-
Anonymous
1748580794
Anonymous
Я получил [b] unaught typeerror: $ не является ошибкой [/b], когда я пытаюсь принести [b] id [/b] и сохранить ее в переменной
здесь я получил ошибку => {var topmenu = $ ('primary-menu');}
{var topmenu = $ ('primary-menu');// Cache selectors
var topMenu = $('primary-menu');
topMenuHeight = topMenu.outerHeight()+15,
// All list items
menuItems = topMenu.find('a[href^="#"]'),
// Anchors corresponding to menu items
scrollItems = menuItems.map(function(){
var item = $($(this).attr("href"));
if (item.length) { return item; }
});
// Bind to scroll
$(window).scroll(function(){
// Get container scroll position
var fromTop = $(this).scrollTop()+topMenuHeight;
// Get id of current scroll item
var cur = scrollItems.map(function(){
if ($(this).offset().top < fromTop)
return this;
});
// Get the id of the current element
cur = cur[cur.length-1];
var id = cur && cur.length ? cur[0].id : "";
// Set/remove active class
menuItems
.parent().removeClass("act")
.end().filter("[href='#"+id+"']").parent().addClass("act");
});
Подробнее здесь: [url]https://stackoverflow.com/questions/63706380/how-to-solve-uncaught-typeerror-is-not-a-function[/url]
Ответить
1 сообщение
• Страница 1 из 1
Перейти
- Кемерово-IT
- ↳ Javascript
- ↳ C#
- ↳ JAVA
- ↳ Elasticsearch aggregation
- ↳ Python
- ↳ Php
- ↳ Android
- ↳ Html
- ↳ Jquery
- ↳ C++
- ↳ IOS
- ↳ CSS
- ↳ Excel
- ↳ Linux
- ↳ Apache
- ↳ MySql
- Детский мир
- Для души
- ↳ Музыкальные инструменты даром
- ↳ Печатная продукция даром
- Внешняя красота и здоровье
- ↳ Одежда и обувь для взрослых даром
- ↳ Товары для здоровья
- ↳ Физкультура и спорт
- Техника - даром!
- ↳ Автомобилистам
- ↳ Компьютерная техника
- ↳ Плиты: газовые и электрические
- ↳ Холодильники
- ↳ Стиральные машины
- ↳ Телевизоры
- ↳ Телефоны, смартфоны, плашеты
- ↳ Швейные машинки
- ↳ Прочая электроника и техника
- ↳ Фототехника
- Ремонт и интерьер
- ↳ Стройматериалы, инструмент
- ↳ Мебель и предметы интерьера даром
- ↳ Cантехника
- Другие темы
- ↳ Разное даром
- ↳ Давай меняться!
- ↳ Отдам\возьму за копеечку
- ↳ Работа и подработка в Кемерове
- ↳ Давай с тобой поговорим...
Мобильная версия