Hey guys! its been a while, anyway I am making a php file explorer, and needed some help with a javascript toggle. Before you cringe at the way I am doing this, keep in mind that I am using twitter bootstrap, and editing that code would mess up other things.
Now that that is out of the way, I have a link that I want to toggle a form input from hidden, to text, and back when you click it again. (It would be nice if you had it fade away after a couple seconds, as I have jquery on this page) I have my php pre-populating the text fields with what is basicly a link to file, so I just wanna toggle the visibility, but without any display:hidden; or anything
Thanks for reading this long, and rambly post!