[jQuery] Re: unblockUI: problem with Internet Explorer

2008-04-21 Thread steve love
I ran into this same issue today where $.unblockUI() seemed to be ignored by Internet Explorer 6 and 7. After searching all day for a possible cause, I found an unclosed label tag in my HTML form. Adding the end label tag solved the problem. Hope this helps. - Steve Beren wrote: > > > Hi e

[jQuery] Re: Page won't process with mouse in browser window

2008-01-24 Thread steve love
er countdown and the BlockUI element? If anyone knows specifically why this was happening, I'd love to hear about it to avoid problems in the future. Thanks. On Jan 15, 7:54 am, steve love <[EMAIL PROTECTED]> wrote: > Update: Removing BlockUI eliminates the issue. Now, to figure out >

[jQuery] Re: Page won't process with mouse in browser window

2008-01-15 Thread steve love
Update: Removing BlockUI eliminates the issue. Now, to figure out why... On Jan 14, 9:10 pm, steve love <[EMAIL PROTECTED]> wrote: > Can anyone think of any reason why a page would completely stop while > the mouse is in the browser window, but continue once you move the > mou

[jQuery] Page won't process with mouse in browser window

2008-01-14 Thread steve love
Can anyone think of any reason why a page would completely stop while the mouse is in the browser window, but continue once you move the mouse off the page? As if I had to tell you, this is happening with IE 6. I'm working on a project with a couple other coders, so we're not exactly sure where o

[jQuery] Problem using jScrollPane with .load

2007-06-05 Thread steve love
Hi all. I've got a table with 18 rows that I'm forcing to scroll along the y axis. I'd like to be able to theme the scroll bar using jScrollPane, but I'm having an issue with loaded content. It works as expected when the functions are called on the same page as the table, but when I insert the tab