<small id='lQ1Or'></small><noframes id='lQ1Or'>

    <legend id='lQ1Or'><style id='lQ1Or'><dir id='lQ1Or'><q id='lQ1Or'></q></dir></style></legend>

    1. <tfoot id='lQ1Or'></tfoot>
      • <bdo id='lQ1Or'></bdo><ul id='lQ1Or'></ul>
      1. <i id='lQ1Or'><tr id='lQ1Or'><dt id='lQ1Or'><q id='lQ1Or'><span id='lQ1Or'><b id='lQ1Or'><form id='lQ1Or'><ins id='lQ1Or'></ins><ul id='lQ1Or'></ul><sub id='lQ1Or'></sub></form><legend id='lQ1Or'></legend><bdo id='lQ1Or'><pre id='lQ1Or'><center id='lQ1Or'></center></pre></bdo></b><th id='lQ1Or'></th></span></q></dt></tr></i><div id='lQ1Or'><tfoot id='lQ1Or'></tfoot><dl id='lQ1Or'><fieldset id='lQ1Or'></fieldset></dl></div>

        stackoverflow 如何制作其 Tag 输入字段?

        How does stackoverflow make its Tag input field?(stackoverflow 如何制作其 Tag 输入字段?)
        <i id='G3IUw'><tr id='G3IUw'><dt id='G3IUw'><q id='G3IUw'><span id='G3IUw'><b id='G3IUw'><form id='G3IUw'><ins id='G3IUw'></ins><ul id='G3IUw'></ul><sub id='G3IUw'></sub></form><legend id='G3IUw'></legend><bdo id='G3IUw'><pre id='G3IUw'><center id='G3IUw'></center></pre></bdo></b><th id='G3IUw'></th></span></q></dt></tr></i><div id='G3IUw'><tfoot id='G3IUw'></tfoot><dl id='G3IUw'><fieldset id='G3IUw'></fieldset></dl></div>

              <tbody id='G3IUw'></tbody>

          1. <tfoot id='G3IUw'></tfoot>

                <small id='G3IUw'></small><noframes id='G3IUw'>

                  <bdo id='G3IUw'></bdo><ul id='G3IUw'></ul>

                  <legend id='G3IUw'><style id='G3IUw'><dir id='G3IUw'><q id='G3IUw'></q></dir></style></legend>
                • 本文介绍了stackoverflow 如何制作其 Tag 输入字段?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  StackOverflow 如何创建它的标签系统.它如何格式化文本区域中的html?

                  How does StackOverflow create its tag system. How can it format the html in a text area?

                  我只是不知道从哪里开始.如果有人可以指导我,那么我可以知道该采取什么方向,这样我就可以编写一些有人可以检查的代码.

                  I just don't know where to begin. If someone could guide me, then I can know what direction to take so I can write some code that someone can check.

                  像这样:

                  基本上,当我按空格键时,如何在 div 内部添加一个新元素/div?

                  推荐答案

                  我会做的是:

                  • 创建一个带边框的主 DIV(比如这里的边框 1px solid #000)
                  • 之后,在这个 DIV 中,我将创建另一个 DIV(float:left;),另一个 DIV(float:right)和一个右 div 中的输入.

                  当您在输入中写入并假设您选择 HTML 时,它会在左侧 DIV 中创建一个跨度并减小右侧 div 的宽度以匹配剩余大小.当然,在您的跨度内有带有删除符号的文本 HTML.

                  When you write inside the input and let's say you select HTML, it creates a span in the left DIV and reduces the width of the right div to match the remaining size. Of course, inside your span there's the text HTML with the delete sign.

                  您可以使用 jQuery 轻松完成.

                  You could do it easily using jQuery.

                  例子:

                  <div id="master_div">
                      <div id="categories">
                  
                      </div>
                      <div id="input">
                          <input type="text" value="" />
                      </div>
                  </div>
                  

                  你写了一些 jQuery/JS

                  And you write some jQuery / JS

                  这篇关于stackoverflow 如何制作其 Tag 输入字段?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  quot;Status Code:200 OK (from ServiceWorker)quot; in Chrome Network DevTools?(“状态码:200 OK(来自 ServiceWorker)在 Chrome 网络开发工具中?)
                  What is quot;X-Content-Type-Options=nosniffquot;?(什么是“X-Content-Type-Options=nosniff?)
                  SmtpJs API not working! is there any way to send emails using SMTP server with JavaScript or JQuery(SmtpJs API 不工作!有没有办法使用带有 JavaScript 或 JQuery 的 SMTP 服务器发送电子邮件)
                  Can I send email using javascript(我可以使用 javascript 发送电子邮件吗)
                  Select All the objects on canvas using Fabric.js(使用 Fabric.js 选择画布上的所有对象)
                  Crop the image using JavaScript(使用 JavaScript 裁剪图像)
                  <tfoot id='hAQdo'></tfoot>

                  <small id='hAQdo'></small><noframes id='hAQdo'>

                  <i id='hAQdo'><tr id='hAQdo'><dt id='hAQdo'><q id='hAQdo'><span id='hAQdo'><b id='hAQdo'><form id='hAQdo'><ins id='hAQdo'></ins><ul id='hAQdo'></ul><sub id='hAQdo'></sub></form><legend id='hAQdo'></legend><bdo id='hAQdo'><pre id='hAQdo'><center id='hAQdo'></center></pre></bdo></b><th id='hAQdo'></th></span></q></dt></tr></i><div id='hAQdo'><tfoot id='hAQdo'></tfoot><dl id='hAQdo'><fieldset id='hAQdo'></fieldset></dl></div>
                        <tbody id='hAQdo'></tbody>

                          <bdo id='hAQdo'></bdo><ul id='hAQdo'></ul>
                          <legend id='hAQdo'><style id='hAQdo'><dir id='hAQdo'><q id='hAQdo'></q></dir></style></legend>