[jQuery] ui.tabs : callback show doesn't work

2009-03-26 Thread Minus
Hello. I meet a strange problem with ui.tabs that I can't understand. I have 2 tabs which work fine. There are few links in the first tab and when I click one of these links, the second tab is selected... this part works fine. But I want the second tab scroll down the description, and I've a pro

[jQuery] Re: How to detect a autocomplete on a input field?

2008-12-04 Thread Minus
I don't find any solution, then I do that : $('input').attr ("autocomplete", "off"); On 24 nov, 16:50, temega <[EMAIL PROTECTED]> wrote: > I'm creating a login box that has a Username and Password field. Their > label is displayed inside the input field them self, so you see > "Username" and "Pas

[jQuery] event problem with include file

2008-01-19 Thread Minus
hi, I have a webpage (webpage1) with a button. When I clicked this button, another webpage (say webpage2) is include (which contains javascript and html) and a new button appear. If I click this new button, one event is detect (just an alert box). If I click one other time, the alert appear two