Well, I finally found the answer to my initial problem, which was a
stupid omission due to cut and paste.  For those who might have ended
up with the same problem somehow, make sure that in your _init method
you properly declare your variable to store "this" for use in closures
with a var.
$this = this; <--- BAD... will be over-written at each instantiation
var $this = this; <-- Good - will work as expected!

I still would appreciate links to any other intermediate to advanced
tutorials or examples of using the $widget framework, especially those
with widgets that bind and respond to events on their child elements.

Thanks!
-- 
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to