문제

I keep seeing this $am() function calling in jq.ui.js, but I can't find the definition anywhere...what does this function do?

도움이 되었습니까?

해결책

It's in jq.ui.js at the bottom. It's just a wrapper to document.getElementById() that was used in aUX (jqUi was derived from this, which was before the query selector library was written).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top