Do you load complete pages with head and body? That won't work as expected since browsers strip out the head (including contained scripts) as you're adding html to an already existing document.
--Klaus On 27 Feb., 17:21, Sleepy-Pete <[email protected]> wrote: > Hi there > > I want my main page to use UI tabs but then i want to open another > page within a tab that also has some other jquery command in it. > > I have tried some very basic examples but when the jquery page loads > within the tab the Jquery does not work unless you are using IE6/7. > > How would you go about this? I want to keep files seperate such as 1 > for the tab menu and 1 for a form validation to appear in the tab > menu. > > Peter > > thanks in advance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
