JQuery 对话框不显示输入类型文本

发布于 2024-08-09 01:04:55 字数 136 浏览 2 评论 0原文

我一直在尝试将标准 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

挽你眉间 2024-08-16 01:04:55

打字错误? 输入与输入?

<输入类型=“文本”值=“”>

Typo? Input vs. Imput?

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

断舍离 2024-08-16 01:04:55

仔细检查该标签 - 您在问题中写了两次输入,因此它可能会输入到您的代码中。试试这个:

<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="" />
时常饿 2024-08-16 01:04:55

它是在这里完成的:
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').

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文