hello friends i m new to jQuery and nyro modal.
right now i m using nyro modal pop up in this way:
<a href='#add_sub_user' class="nyroModal" >
<input type="button" name="a1" value="Add" class="buttons" />
</a>
Now i want to call the same pop up using javascript like "to show hidden div we use
$("#sent_already").show();
Can any body tell me How can i call Nyro modal pop up using javascript..