Ask and answer web development questions.

Trigger TINY.box.show on $("#mydiv") from within $(document).ready(function()

I have the following:

<script type="text/javascript" src="/js/tinybox.js"></script>

In tinybox.js I have:

$(document).ready(function() {

$.ajax({

$("#mydiv").TINY.box.show(params here...);

});

});

How do I call Tinybox from  mydiv in this example?
asked Feb 13 by anonymous

Your answer

Email me at this address if my answer is selected or commented on:
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.