Does the mobile end use input, to add events to pop up the mobile keypad with the p tag? How to write?

do not use input to add events to other elements such as p or img to call up the phone"s soft keyboard?

Mar.09,2021

it is not recommended to use p or img to play the native keyboard of input, because you can use the label tag with a for attribute to do this. The content of the for attribute is the id of input (remember not to add-sharp). ), and then input can just hide it, label, you can dress up as you like.


I want to know why you are doing this?


when clicking on the target element, let the hidden input get focus. Try ~

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3d040-2c345.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3d040-2c345.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?