Greetings esteemed individuals...
I am currently working on enhancing the search component for my application...
http://jsfiddle.net/SkyKOG/K8utq/24/
input{
display:none;
width:0px;
color:#999;
}
Initially, I only had a simple search box so the existing functions are tailored for that. However, the new requirement is different...
The text box should be hidden initially and should only expand upon clicking on the search icon. I tried using display:none and click events, but didn't have success with it...
Thank you very much...
Best regards