javascript - Is there a Text Element that doesn't have input/border/non-white cell color by default? -
So I want any kind of element which is not considered as input, but I can convert javascript (like $ ("Some element"). Value = "updated text"
) However, when you type readonly
or disabled
for stuff like text input I still use a non-white cell color and a border by default, I would like to search for "text element with no input" Shaw, but there was nothing useful about any kind of text element which I was seeing. Is there such a text element present?
Comments
Post a Comment