Hi Tapestry (JQuery) Users,

Following on from yesterday's mouseover, I have mucked around with 
jquery.effects.[highlight,explode,blind] no problems from the samples at 
http://jqueryui.com/demos/effect/#
I'm testing the draggable function from http://docs.jquery.com/UI/Draggable but 
get a "no method draggable" error in the chrome js console.


For my test I have
@Import(stylesheet="context:layout/draggable.css",library="context:js/draggable.js")
@ImportJQueryUI({"jquery.ui.core", "jquery.ui.draggable"})
public class Draggable {


Inspecting the html source, jquery.ui.draggable.min.js get's loaded but there 
is no sign of jquery.ui.core anywhere.  Is this a bug?

Cheers
Chris

Reply via email to