这是示例代码。我想禁用搜索 ID 之外的点击。就像我们需要在弹出窗口中禁用外部点击一样
<body> You can search <a href="google.com">here</a> <div id="search"> Search <input type="text" name=search><button>search</button> </div> </body>
html javascript jquery
html ×1
javascript ×1
jquery ×1