Dragging an object using Jquery
...
Hi all !...
I'm still having a problem with the dragging (and rotating) function...
(See here my previous post : Rotate an image with a button in html5 )
So now I think I have to try to avoid the Captivate's Widget dragging function and try to drag my object using JQuery.
My object's name is "Regle_3".
So I try to add a javascript function in the opening of my slide :
I try many options (I'm not a pro in Js !!...) :
$("[id='Regle_3c']").draggable();
$( "#Regle_3" ).draggable();
$( "#Regle_3c" ).draggable();
But without any success so far... So is it possible to drag an object with Jquery in Captivate ? And how ?...
Thanks a lot !...
...
