I have a time slot listed in an unordered list (ul li) with a checkbox in it too. When the user clicks on the checkbox, submit button appears next to the time slot. I have managed to execute the first step here.
The next thing I have to do is displaying the submit button when user clicks on any part of the time slot (not necessarily the checkbox) which I have not succeeded to do
To illustrate this, I have setup a demo http://jsfiddle.net/hz2t4/46/
put checkbox and text between the
labeltagdemo: http://jsfiddle.net/hz2t4/49/