I have got a table, and it has a label in one of its containers, what I want is so when the user clicks on that label it will turn into a optionbox with options and the user can select one then when he clicks out it will switch to the label he chose.
I am assuming this can be done in Javascript.
Something like this? It’s just a quick-and-dirty JavaScript implementation, so if you have other, specific requirements, feel free to add to the question.