Occasionally I come across situations where certain I have to use document.getElementById() in order to get certain code to work (like w/ Google Maps API for example) for reasons I don’t understand. Is there a jQuery method or some relatively easy way to convert a jQuery object to the sort of object returned w/ document.getElementById()?
Occasionally I come across situations where certain I have to use document.getElementById() in order
Share
Something like this:
or