I just created my own plugin and i am trying to call another plugin function from it. So i have in my code :
<script src='jquery.js'>
<script src='some_other_plugin.js'>
<script src='my_plugin.js'>
So when in my plugin i am trying to call some_other_plugins function through $jQuery object - it says that there is no such function... How do i include that plugin so my plugin can see it?