« Return to Thread: behaviors context

Re: behaviors context

by Daniel F. Kudwien :: Rate this Message:

Reply to Author | View in Thread

> 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

 « Return to Thread: behaviors context