hi, I have a webpage (say webpage1) that include another webpage (say webpage2). Both the pages have $(document).ready(......to attach jquery function to elements of their page. However, since webpage2 is included within webpage1, the functions within webpage2 are getting called twice. Is there a way to avoid calling a function twice
I want to keep $(document).ready in both the pages as, sometime the webpage2 can be directly called.. Please help me with this Regards, bingo

