where is the 'search' box located in the html?
where is the 'search' box located in the html?
hello,
i wanting to implement a solution where there is a tiny 'x' to the right of the search input field that, when clicked, clears the values that have been searched for.
to do this i am wanting to implement this solution:
http://jsfiddle.net/PJZmv/801/
(from stack exchange source: http://stackoverflow.com/a/6258628/1063287)
so i am wondering where the search box html is so that i could add this code as it seems to be dynamically created?
thanks!
i wanting to implement a solution where there is a tiny 'x' to the right of the search input field that, when clicked, clears the values that have been searched for.
to do this i am wanting to implement this solution:
http://jsfiddle.net/PJZmv/801/
(from stack exchange source: http://stackoverflow.com/a/6258628/1063287)
so i am wondering where the search box html is so that i could add this code as it seems to be dynamically created?
thanks!
This discussion has been closed.
Replies
Allan