[jQuery] jQuery sendEvent('stop')

[jQuery] jQuery sendEvent('stop')


Does anyone know how to have a jQuery click function sendEvent('stop')
to a JW Media Player (http://jeroenwijering.com/)?
I can do it w/ a text link:
<a href="javascript:sendEvent('stop')">Stop loading and playing</a>
But I need to have it on a jQuery click with default disabled.
Anyone?