[jQuery] show jeditable textarea onload instead of onclick
I have a jeditable textarea that works perfectly. However, I want do
make one small modification. I want the editable textarea to show as
a input type text when the page loads rather than when the user clicks
on the div. I've tried event: "load" and event: "onload", but neither
of those works.