我正在使用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'))">
谁能告诉我为什么?