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?
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:
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