So basically, I want to know whether there is a function in jQuery that is similar to getElementById of vanilla javascript. The problem of using $('#' + id) is that the string concatenation doesn't seems to be good coding style.
I can definitely add my own helper method but I am just wondering whether there is already something in jQuery.