[jQuery] Re: having an issue with the blockUI plugin - the growl option

2009-09-08 Thread Jeremy Mikola
Not sure what is triggering the Javascript error you mentioned, but I'm doing the exact thing you're attempting with the following JS/CSS: /** * Generates a Growl-style overlay. * * @see jquery.blockUI.js * @param string title * @param string message * @param string icon

[jQuery] CSS "cursor: null" causes MSIE to request "null" file from server (discovered in BlockUI's Growl CSS)

2009-09-08 Thread Jeremy Mikola
I noticed from my web server logs that MSIE browsers (versions 6 through 8) were yielding tons of 404 errors by requesting a "null" file in whatever directory the current request was being served out of. E.g. a homepage request would be followed by "/null", and a blog request with "/blog/null".

[jQuery] Re: CSS "cursor: null" causes MSIE to request "null" file from server (discovered in BlockUI's Growl CSS)

2009-09-09 Thread Jeremy Mikola
Thanks Mike, I'll grab the update immediately :) Cross-referencing this with a jQuery ticket, in case this might also be resolved within the "css" method as well: http://dev.jquery.com/ticket/5185 On Sep 9, 8:16 am, Mike Alsup wrote: > > I was able to narrow this down to the BlockUI plugin, and

[jQuery] Howto: Adding a pause button to jcarousel

2009-02-17 Thread Jeremy Mikola
I'm using jcarousel (in vertical alignment) for a project and discovered a need for a button to pause/resume the plugin from auto- scrolling through its contents. I was a bit surprised that I wasn't able to find any previous example of this online; all the more reason to share, though. Feedback