ja.mesbrown.com
jQuery: $(“#elementID”) != document.getElementById(“elementId”)
Just a quick reminder that in jQuery: $(“#elementID”) != document.getElementById(“elementId”) They are not the same thing. If you use $(“#elementID”) you will re…