[jQuery] Block UI and Safari search plug-in

2009-04-12 Thread Claudio Poli
hi everyone, I'm using Block UI plugin and I'm happy with it. I discovered Safari search plug-in and wanted to give it a try, while it works well in Safari, in Firefox and IE the search box is really messed up; I tried to hunt down the problem and it is somewhat related not to css per se but in

[jQuery] Re: Block UI and Safari search plug-in

2009-04-12 Thread Claudio Poli
whops, actually the page is http://www.levsys.co.uk/products/jquery-safari-search-1.0/ currently I'm still investigating, not quite 100% sure itìs block ui behaving like this. Il giorno 12/apr/09, alle ore 17:25, Claudio Poli ha scritto: hi everyone, I'm using Block UI plugin and I'm

[jQuery] Re: Block UI and Safari search plug-in

2009-04-12 Thread Claudio Poli
I found the problem, markup was missing a class. On 12 Apr, 17:40, Claudio Poli masterk...@gmail.com wrote: whops, actually the page ishttp://www.levsys.co.uk/products/jquery-safari-search-1.0/ currently I'm still investigating, not quite 100% sure itìs block ui   behaving like this. Il

[jQuery] JQuery UI tabs and pagination

2009-04-11 Thread Claudio Poli
hi everyone, I've this situation: an X number of tabs; in tabs content there's a div classed .to_be_replaced and links for paginating. when I click on a link it should replace the content of .to_be_replaced. The problem here is that every div.to_be_replaced gets replaced, and not only the one

[jQuery] Re: JQuery UI tabs and pagination

2009-04-11 Thread Claudio Poli
whops, thanks for pointing it out. claudio Il giorno 11/apr/09, alle ore 15:46, Klaus Hartl ha scritto: Use: $(.to_be_replaced, ui.panel).load(this.href); --Klaus On 11 Apr., 12:00, Claudio Poli masterk...@gmail.com wrote: hi everyone, I've this situation: an X number of tabs