[jquery-ui] Re: Whats the Best way to load another html page using UI tabs?

2009-03-02 Thread Sleepy-Pete
Thanks Klaus It would seem that the latest jquery ui that ihave downloaded from the main site is either missing something or corrupt in some way. I downloaded the files from that link and it now works a treat. thanks for your help peter --~--~-~--~~~---~--~~ You

[jquery-ui] Re: Whats the Best way to load another html page using UI tabs?

2009-03-01 Thread Sleepy-Pete
I have tried with and without html heads and javascript but it only ever works in IE. the rest of the browsers ignore any javascript being passed or executed on the main page but doesnt work cause the variables have been loaded yet. --~--~-~--~~~---~--~~ You receive

[jquery-ui] Whats the Best way to load another html page using UI tabs?

2009-02-27 Thread Sleepy-Pete
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

[jquery-ui] Re: Jquery UI Tabs load page with validation in not working in FF

2009-02-27 Thread Sleepy-Pete
Thanks steven. I have tried that and it still doesnt work. I have even tried copying a datepicker code from the main site instead of the validation and that did work. IE seems to like the code. Peter --~--~-~--~~~---~--~~ You received this message because you are

[jquery-ui] UI Tabs loading another page with validation or any jquery code

2009-02-27 Thread Sleepy-Pete
Hi there --- jquery - 1.3.1 and 1.3.2 jquery ui - 1.5.3 and 1.6rc6 --- i have a basic jquery ui tabs page, see below: $(document).ready(function() { $("#tabs").tabs(); });

[jquery-ui] Jquery UI Tabs load page with validation in not working in FF

2009-02-27 Thread Sleepy-Pete
Hi there --- jquery - 1.3.1 and 1.3.2 jquery ui - 1.5.3 and 1.6rc6 --- i have a basic jquery ui tabs page, see below: $(document).ready(function() { $("#tabs").tabs(); });