I am trying to enable textarea on double click but its not working:
<textarea name="manuf_comment[]" disabled ondblclick="this.disabled=false" ><?php echo $cases["manuf_comment"]; ?></textarea>
What am I doing wrong here? P.S: I want to do this in the element without calling JavaScript functions externally if possible.