I would like people to view the latest reviews on my website and when they click on it,
it should bring them to the business page where the review is written but the page should also scroll down to where the review is.
I'm thinking that it might be possible if I give a different class name to each of my divs with the review ID in the class name? (I need to give them the same id to apply format with css).
More specifically, how do I do with jquery to go straight to the DOM review_XXX (xxx for the review ID)