Please refer - https://jsfiddle.net/QLfxs/142/
$("#z").clone().appendTo($("#x"));
A button is cloned. This cloned button is appended inside the text box. The appended button is not visible. Why? and how to get it visible? The input box is acting like a black hole!