[jQuery] Re: Append Node to XmlDocument

2008-08-29 Thread Patrick Burrows
Of course, this works just fine using the built-in methods of XmlDocument (appendChild, createElement). I am just mildly surprised this does not work with the JQuery methods. On Fri, Aug 29, 2008 at 8:37 PM, Patrick Burrows <[EMAIL PROTECTED]> wrote: > At this point I've tried eve

[jQuery] Re: Append Node to XmlDocument

2008-08-29 Thread Patrick Burrows
o if I do: > > console.dirxml(myXmlDoc); > $(xmlElement).after(""); > console.dirxml(myXmlDoc); > > the outputs are exactly the same. > > Can anyone shed some light on this issue? Thanks. > -- -- Patrick Burrows http://www.CleverHumans.com

[jQuery] Re: ajax?

2008-08-29 Thread Patrick Burrows
> Email: > > Password: > > > > > then when you click submit it uses ajax to load the login page that > checks if you entered the right email and password. if you didn't, it > would show the login form again. but if you try to login again, > nothing happen