I want to have a div element set to not be clickable and then set it to clickable after another element is clicked.
So, when .case is clicked:
$(\'.case\
$('#patient').unbind("click");
I hope this will work.