我正在使用 iscroll 4 ( http://cubiq.org/iscroll-4 ),它使用 document.queryselector 来导航链接。
从语法上讲,这有效:
<a href="javascript:myScroll.scrollToElement(document.querySelector('#scroller li:nth-child(50)'))">
但这不是:
<a href="javascript:myScroll.scrollToElement(document.querySelector('#customid'))">
谁能告诉我为什么?