How does jquery tailor a specific character inch to the value of input type text?

There is an input (type=text) in the

form. After the input value is saved, when you edit it again, the value is automatically added to the author"s name (for example: Basic), and the author"s name is automatically added each time you edit it (I can"t find out what caused this).

can I use jquery (without javascript) to trim a specific character inch in the value of input (all author names, parentheses along with parentheses, are deleted) after the form editor has loaded? Please note that the author"s name is changeable, not fixed.

thank you!

May.09,2022

I think it cannot be modified. At most, use the style to make it disappear. To modify the content, we have not seen such code yet. The reason is nothing other than permission issues. This belongs to the browser category. Js usually does not allow you to tell the browser what to do, so many sensitive things either refuse directly or set permissions for users to choose whether to agree or not.

Menu