Search code examples
jqmobi

What does the $am() function do in jqMobi/jQuery?


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


Solution

  • 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).