开发者

JQuery Dialog not displaying imput type text [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally appl开发者_StackOverflow中文版icable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 9 years ago.

I have been trying to add a standard html :<imput type="text" value=""> into a JQuery dialog box, but it does not show up. I have tried with a selector and it was working.

I don't understand why it doesn't with text imputs.


Typo? Input vs. Imput?

<input type="text" value="">


Double check that tag - you wrote imput twice in your question so it might be imput in your code. Try this:

<input type="text" value="" />


It was done here: modal-form

Also, it could be that you are spelling input "imput" (with an 'm' as opposed to an 'n').

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜