[jQuery] Re: events on embedded SVG

2008-03-28 Thread foonuk
Hi, check out http://marvin.elte.hu/balu/content/jquery-svg and the demo at http://marvin.elte.hu/drawing/ireland Seems to work there. On Mar 23, 7:02 pm, zipman <[EMAIL PROTECTED]> wrote: > Hello, > > I am having an html page and I embed an svg file through. > > height="500" width="600"> >

[jQuery] Re: events on embedded SVG

2008-03-25 Thread Peter Edwards
The SVG DOM is different to the HTML DOM (which jquery was written for) - a lot of things are the same, so you may have some luck using jquery in SVG (there are some threads dealing with SVG related issues in this list which should give you an indication of what to look out for). In the last S

[jQuery] Re: events on embedded SVG

2008-03-24 Thread zipman
Anyone? On Mar 23, 8:02 pm, zipman <[EMAIL PROTECTED]> wrote: > Hello, > > I am having an html page and I embed an svg file through. > > height="500" width="600"> > > > or even > > width="600"> > > The problem is that I cannot access the elements inside the svg file > through jquery. > > I can