> http://docs.jquery.com/Events has mousedown, mouseup, mousemove, etc
>

Yes, you are able to trigger these events using "trigger( type,
data )", but what about setting the event properties?

In my case, when an element is "draggable" and it's mousedown event
fires, the
click function in ui.mouse.js is called..  A number of properties of
the event, like e.which, e.target, e.srcElement, e.pageX, e.pageY are
needed but at least some of these properties are undefined..

Is it possible to set these properties when calling
trigger('mousedown') or with some other unpublished way?

Thanks,

Ed

Reply via email to