<head runat="server"> //jQuery library reference <script type="text/javascript" src="jquery-1.2.3.min.js"></script> <script type="text/javascript" src="jsRemision.js"></script> <script type="text/javascript"> //How can I check if the jQuery lib is already loaded by the main page $(document).ready(function(){ //You Code Here...
}); </script> </head> Saludos. Don Quijote de Nicaragua. Elder Soto. Check this other link: http://tinyurl.com/3vp6q9 On 8 jun, 06:27, vladv <[EMAIL PROTECTED]> wrote: > Hi, > I have a UserControl to which I would like to add some jQuery > functionality. > There are 2 issues with this: > 1. Where should I include the jQuery library reference and where to > call the functions? > 2. How can I check if the jQuery lib is already loaded by the main > page (the page to which the UserControl will be added) > > I'm nub, so please be gentle :) > > Thank you very much!