I have implemented an app using jQuery Mobile in PhoneGap (corDova).
I have down loded the EmailComposer plugin for sending email.
I added EmailCompser.js in my www folder and EmailCompser.h, EmailCompser.m in resource folder of application.
I have created a button in jQuery mobile.
Now i want to populate mail composer view when click on the Mail button
<a href="???" data-icon="arrow-r" data-iconpos="left" class="ui-btn-left" >E-MAIL</a>