Righto - threedubmedia had the answers... thanks!
On Aug 27, 11:26 am, "mike.helgeson" wrote:
> > Did you meanhttp://groups.google.com/group/jquery-ui?
>
> No, I thought the snippet looked like drag/drop special events not
> jQuery UI draggable/droppable.
> If it was jquery UI, I would expect t
Hello,
I am trying to load a php page into DIV B when DIV A is dropped on it.
My question is:
how do I pass a variable with my jquery load.
this is what I have:
.bind( "drop", function( event ){
$( this ).load("somefile.php?rec="+event.dragDiv.title+"");
}
everything works fine when I