using a handle for sortable

using a handle for sortable


Hi
I've been fooling around with the sortable functionality a bit today
and realized that the documentation seems to lie on jquery.com. So, my
question is, is it possible to use a handle for the sortables? I can't
get it to work using the handle option but maybe I'm doing something
wrong.
Some sample code to further explain what I want to accomplish:
<div id="sortableblock">
<div id="useThisIconToDrag"><img src="icon.png"></div>
<div id="theData">
<h1>This is some data</h1>

Please use the icon above to sort this data in the order you like.</
p>
</div>
</div>
<div id="sortableblock">
<div id="useThisIconToDrag"><img src="icon.png"></div>
<div id="theData">
<h1>This is some data</h1>

Please use the icon above to sort this data in the order you like.</
p>
</div>
</div>