Is there something ready for a Clear button on search textbox?

后端 未结 2 1641
南旧
南旧 2021-02-02 17:38

I want to add a clear button to the search textbox in my application. Is there a ready Ajax extender or a JQuery functionality to implement that?

2条回答
  •  抹茶落季
    2021-02-02 18:11

    There is another more flexible "visual trick" you can use. You can place a textbox with no border inside a div with a border, then you can place anything you want around the textbox and it will appear to be inside the textbox.

    Here is an example:

    enter image description here

    Here is the final markup, note this example uses and extends the Bootstrap framework:

    Filter: ×

    For the full code check out the following post: http://www.simplygoodcode.com/2013/08/placing-text-and-controls-inside-text.html

提交回复
热议问题