[jQuery] Re: IE7 Tabs are invisible

2007-11-19 Thread Moonwalker
ded. Thank you again for your effort and your great work Mr. Klaus. Sincerely, moonwalker On Nov 19, 11:38 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > On Nov 19, 6:23 pm, Moonwalker <[EMAIL PROTECTED]> wrote: > > > > > Ok I found the solution. It appears like I&#

[jQuery] Re: IE7 Tabs are invisible

2007-11-19 Thread Moonwalker
downloaded the IE specific CSS file. Is there any place where I can download all the last packages? I don't mean just the JS files, but also the themes, CSS and UI. Thank you again for your help! moonwalker

[jQuery] Re: IE7 Tabs are invisible

2007-11-19 Thread Moonwalker
Ok I found the solution. It appears like I'm not using the last CSS theme. I downloaded the one here: http://dev.jquery.com/view/trunk/themes/dark/dark.tabs.css And it worked fine. Just one final question. Is it possible to use the link in my applications? So let's say: http://dev.jquery.com/view

[jQuery] Re: Calling jquery in an other function?

2007-11-06 Thread Moonwalker
Hi Mike, Thank you very much for your help. Now it's working fine. Cheers. mw On Nov 6, 12:40 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > > $(document).ready(function(){ > > $("a").click(function () { > > $("#info"+id).slideUp("slow"); > > }); > > }); > > For some reaso

[jQuery] Calling jquery in an other function?

2007-11-05 Thread Moonwalker
Hi, I'm using AJAX to update data in my database. Right now I'm using this code: [code] function accept(id, action){ var indicator = document.getElementById("indicator").style; var naamInput = document.getElementById('naam');