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开
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').
精彩评论