Making items draggable in a form

jbadiag

Member
Hi, I have a form where I want to make some items draggable.
I made a js file in components->fabrik->js with the name of the form and I want to include the wollowing jquery code:
Code:
alert("hoo");
$( function() {
    $( "#imatges___ordre_0" ).draggable();
  } );
But I can only view the alert. How can include jquery elements?
Thanks
 
Thanks.
Does not work. I used
JavaScript:
alert("hee");
jQuery( "input" ).draggable();
May I have to implement another version of jquery?
In this website there's an example
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top