[jQuery] jQuery blockUI overlay color and cursor doesn't work on firefox 3.5.3 (linux)

2009-10-11 Thread Smart Kenny
jQuery blockUI shows a grey overlay on all browsers on window. But on linux firefox (3.5.3 & 3.0.10) the overlay is transparent no matter what color and opacity is set. The 'wait' cursor also doesn't work on linux firefox while it works as expected on all browsers on windows.

[jQuery] Re: Remove text from a div

2008-05-31 Thread Smart
Maybe try ('#mydiv > ul').text('') , or something like that On 31 Maj, 13:28, caroig <[EMAIL PROTECTED]> wrote: > I have a div containing text and an unordered list. I was to clear the > text from the div without affecting the ul. > $('#mydiv').text() returns just the text string, while $ > (

[jQuery] ajax function executed frequently

2008-05-31 Thread Smart
Hi, I want to execute some Jquery ajax function frequently. Something like: ajax query -> (2sec delay) -> ajax query -> (2sec delay) -> etc... It can't depands on user interactions, just work in background. I think that solution is simple, but i can't find this kind of function in jquery document