[jQuery] Training: jQuery Fundamentals (Carrboro, NC -- July 29-30)

2009-06-15 Thread rmurp...@gmail.com
Announcing jQuery Fundamentals, a two-day class at Carrboro Creative Coworking in Carrboro, NC (July 29-30) that will give you the knowledge you need to properly and effectively start integrating jQuery, the popular JavaScript library, into your web development projects. Over the course of two day

[jQuery] data: null in $.ajax() settings object results in no Content-length header (FF3)

2009-04-13 Thread rmurp...@gmail.com
Just experienced this in Firefox 3, not sure whether it is desired behavior, but discussed it with a fellow dev and we think it is not. I had an ajax request as follows: var myData = null; $.ajax({ 'url' : 'foo.php', 'data' : myData, 'type' : 'POST', 'dataType' : 'json', 'success' : f

[jQuery] Re: blockUI plugin fails in IE

2009-02-26 Thread rmurp...@gmail.com
Please disregard; problem solved, there were script siblings getting caught up in the mess. On Feb 26, 4:15 pm, "rmurp...@gmail.com" wrote: > Note that this happens regardless of whether a message is specified, > leading me to guess it's happening on line 204 of the plugin

[jQuery] Re: blockUI plugin fails in IE

2009-02-26 Thread rmurp...@gmail.com
ssage-related. On Feb 26, 4:10 pm, "rmurp...@gmail.com" wrote: > I am trying to use blockUI to block the siblings of a div when the div > is in "edit" mode, i.e.: > > >   >   >   >   ... > > > > var $active_module = $('#myDiv1'

[jQuery] blockUI plugin fails in IE

2009-02-26 Thread rmurp...@gmail.com
I am trying to use blockUI to block the siblings of a div when the div is in "edit" mode, i.e.: ... var $active_module = $('#myDiv1'); $active_module.siblings().block(); This works in FF3 just fine, but in IE I get an error: Unexpected call to method or property access. The error