Is there any way how to show a Tipsy tooltip automatically on load and close it after 10 seconds?
<img class="west" title="Click here to upload a photo" src="/images/nophoto.jpg" alt="" />
$('.west').tipsy({ gravity: 'w', html: true, live: true });