JQuery 对话框不显示输入类型文本
我一直在尝试将标准 html :
添加到 JQuery 对话框中,但它没有显示。我尝试过使用选择器并且它有效。
我不明白为什么它不支持文本输入。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
打字错误? 输入与输入?
<输入类型=“文本”值=“”>
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:
它是在这里完成的:
modal-form
另外,您可能正在拼写输入“imput” "(带有“m”而不是“n”)。
It was done here:
modal-form
Also, it could be that you are spelling input "imput" (with an 'm' as opposed to an 'n').