[development] behaviors context

Daniel F. Kudwien news at unleashedmind.com
Fri May 29 17:59:01 UTC 2009


> What I need is the javascript element (not jquery object) 
> that is the added content.  Does anyone have a snippet of 
> code which returns this, given a context?

If I'm not mistaken:

var new_content = $(context).get(0);


sun



More information about the development mailing list