<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
This code works on a click event on the div, but not with #onDrop: on the droppable as below:<br><br>&nbsp;&nbsp;&nbsp; html div<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; style: 'height: 55px; width: 55px; border: 1px solid; color: #A6A375'.<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; script: ((html jQuery new droppable)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; tolerance: 'fit';<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; onDrop: (html jQuery this droppable disable);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; onOut: (html jQuery this droppable enable);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; onDrop: (html jQuery ajax callback: [:value | Transcript show: value ] value: ((html jQuery this find: 'img') attributeAt: 'title'))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ).<br><br>What is the reason why?<br><br>Thanks,<br>RS<br>                                               <br /><hr />Hotmail is redefining busy with tools for the New Busy. Get more from your inbox. <a href='http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_2' target='_new'>See how.</a></body>
</html>