[jQuery] Re: .live() handler & svg elements

2009-02-27 Thread gav
}); but I don't think what this is true way. May be somebody knows the correct decision? On 27 фев, 17:19, gav wrote: > However, if I try to do the same with .live() to bind events to > dynamically created elements - an event does not work, like specified > an invalid sel

[jQuery] .live() handler & svg elements

2009-02-27 Thread gav
Hi All. I am faced with the problem of tying the events "mouseover" to the SVG elements. If I connect an event using .bind() method and specify the class as a selector for element, something like: $(".someclass").bind ("mouseover", function(e) {...}); - everything works fine, but only with the el