Home > Article > Web Front-end > How is it possible to jump to the reply form position on this page when clicking the "Reply" button in a post?_html/css_WEB-ITnose
Reply Jump to this page to a specific location
When you click the "Reply" button in a post, it will jump to the reply form location on this page. How to achieve this? You need to write code.Should be made with anchors. . .
1. Use the anchor point
2. Use the focus() of the reply box. document.getElementById('ID of the reply box').focus();