[jQuery] Re: When an embedded object ready

2008-11-22 Thread balamir
object fully loaded. On Nov 20, 3:07 pm, balamir <[EMAIL PROTECTED]> wrote: > I'm using SVG with jQuery and I'm aware of jQuery SVG plugin and > Marvin's discussion athttp://marvin.elte.hu/balu/content/jquery-svg. > For developmental reasons, I'm trying to embed

[jQuery] When an embedded object ready

2008-11-20 Thread balamir
I'm using SVG with jQuery and I'm aware of jQuery SVG plugin and Marvin's discussion at http://marvin.elte.hu/balu/content/jquery-svg. For developmental reasons, I'm trying to embed SVG as an object to my DOM. For example: var mysvg= $(''); mycontainer.append(mysvg); //append it to the contain