Concept: Focus the div when user click the Comment link. There was two link in my php page. one is comment link and another one is readmore link. The two link goes to the same page but i want to focus the div element when click comment link .
Concept: Focus the div when user click the Comment link. There was two link
Share
If they both link to a page called
more.phpfor example, the ‘readmore’ link could simply have the link:Whereas the ‘comment’ link could have something like:
The
commentquerystring could then be used like:The
#commentpart of the URL is purely for anchor purposes to position the user on the correct part of the page.