What do dot and hash symbols mean in JQuery? - Stack Overflow
[https://stackoverflow.com/questions/2860394/what-do-dot-and-hash-symbols-mean-in-jquery] - - public:mzimmerm
$('.row') will select any element with class=“row“ $('#row') will select the element with id=row Check the jQuery page on selectors.