[jQuery] Re: Help with tabsLoad

2008-06-18 Thread keny
http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_st... > > --Klaus > > On 18 Jun., 00:09, keny <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > Thanks now ist 99% right and better. > > > Everyting work for the fisrt level of link

[jQuery] Re: Help with tabsLoad

2008-06-17 Thread keny
gt;             $('a.remote', ui.panel).click(function() { >                 $(ui.panel).load(this.href); >                 return false; >             }); >         } >     }); > > }); > > --Klaus > > On 16 Jun., 23:30, keny <[EMAIL PROTECTED]> wrote: > > > >

[jQuery] Re: Help with tabsLoad

2008-06-17 Thread keny
mote", to these > links and select only these: > > I will load content via Ajax > > $(function() { >     $('#container-8 > ul').tabs({ >         load: function(ui) { >             $('a.remote', ui.panel).click(function() { >                 $(ui.pa

[jQuery] Re: Help with tabsLoad

2008-06-16 Thread keny
(ui) { >             $('a', ui.panel).click(function() { >                 $(ui.panel).load(this.href); >                 return false; >             }); >         } >     }); > > }); > > --Klaus > > On 16 Jun., 01:01, keny <[EMAIL PROTECTED]>

[jQuery] Re: Help with tabsLoad

2008-06-15 Thread keny
oadTab(url) { >     $(this).parents('div.ui-tabs-panel').load(url); >     return false; > > } > > and try again. The problem with your loadTab function was that it was > reinitializing tabs turning them into in-page tabs as all anchor > elements are already pointing to

[jQuery] Re: Help with tabsLoad

2008-06-15 Thread keny
ROTECTED]> wrote: > So what is going wrong now? To me it looks like everything works as > expected (Tabs are loading correctly and the link saying "This link > load page 3 in current tab via ajax" does exactly what it says)... > > --Klaus > > On 15 Jun., 00:36, keny <

[jQuery] Re: Help with tabsLoad

2008-06-14 Thread keny
hi thanks for helping i have upload a new version and still dont work no sherif code in this one http://www.snipvideo.com/tabs/ help is very appreciate On 14 juin, 01:58, Klaus Hartl <[EMAIL PROTECTED]> wrote: > On 13 Jun., 23:17, keny <[EMAIL PROTECTED]> wrote: > > >

[jQuery] Re: Help with tabsLoad

2008-06-14 Thread keny
Hi, I upload the demo to my own website and whitout red sherif code i still have the same problem after loading my ling via my function tabs stop to work Check by yourself http://www.snipvideo.com/tabs/ Thanks you very very much for your help i appreciate it. keny On 14 juin, 01:58, Klaus

[jQuery] Re: Help with tabsLoad

2008-06-13 Thread keny
uch better On 13 juin, 07:54, Klaus Hartl <[EMAIL PROTECTED]> wrote: > The main problem is that you're using document.write (in the > RedSheriff tracker code) in the pages that get loaded via Ajax as tab > content. That just won't work. That's the reason why you're

[jQuery] Re: Help with tabsLoad

2008-06-12 Thread keny
AIL PROTECTED]> wrote: > I'd like to help, but I stil don't understand your problem, I'm sorry. > > --Klaus > > On 12 Jun., 01:08, keny <[EMAIL PROTECTED]> wrote: > > > > > No one ? > > > I really need this to work but have no skill w

[jQuery] Re: Help with tabsLoad

2008-06-11 Thread keny
Forget to mention that the var tab contain the page name ex : mypage.html Thanks On 7 juin, 22:37, keny <[EMAIL PROTECTED]> wrote: > Hi thanks for the answer > > I whant to load the link in the function in the current panel i dont > whant every link to be loaded in panel so y

[jQuery] Re: Help with tabsLoad

2008-06-11 Thread keny
No one ? I really need this to work but have no skill with js Thanks On 7 juin, 22:37, keny <[EMAIL PROTECTED]> wrote: > Hi thanks for the answer > > I whant to load the link in the function in the current panel i dont > whant every link to be loaded in panel so your firs

[jQuery] Re: Help with tabsLoad

2008-06-07 Thread keny
l).load(this.href); > >             return false; > >         }); > >     } > > > }); > > > If you're just want to reload the content of the given tab, try this: > > > function loadTab(tab) { > >     $('#example').tabs('load

[jQuery] Help with tabsLoad

2008-06-04 Thread keny
Hi thanks for reading I am trying to load a link in a tab with this function with no result :-( function loadTab(tab){ var tab; var $tabs = $('#container-8').tabs; var selected = $tabs.tabsSelected(); $tabs.tabsLoad(selected,tab); } The tab variable contain the page to load but no

[jQuery] Loading external link whit ajax in tab

2008-06-01 Thread keny
Hi, I am new whit jquery, I have a working tab that use the ajax load to diplay page in tab but these page contain link that are loading in external browser. I would like to load those link in the current tab whit ajax. Is it possible and how ? I am using this pluggin : http://stilbuero.de/