On Aug 25, 6:17 pm, gianiaz <[EMAIL PROTECTED]> wrote:
> $vml = $('<v:oval>').appendTo(divStruttura);
> But it seems it doesn't work, it is my fault or jquery can't handle
> this type of elements?

To create DOM elements, jQuery passes on the element string to your
browser and lets the browser create the DOM. Then jQuery works with
the DOM elements instead of the HTML/XML. (This is, in fact, the only
sensible way to implement the DOM-generation parts of jQuery.) That
means that jQuery supports only elements which the browser's internal
DOM engine supports.

Reply via email to