[jQuery] Re: Scope of the (AJAX) callback functions

2009-04-16 Thread tarini
Brice Burgess wrote: > > > formVar is undefinded. I'm not sure if jQuery has a "bind" like > prototype does to handle this? > > I wrote this plugin, I think it will be useful http://code.google.com/p/jquerycallback/ -- View this message in context: http://www.nabble.com/Scope-of-the

[jQuery] problem with $(String expr, JQuery context)

2007-11-24 Thread tarini
If I use this script: var str = "xToDo - Gestire progetti con AJAXAttualmente ci sono progetti e task inseriti nell'applicazione."; var context = $(str) $('b:eq(0)', context).html("example"); I'll get this error: ret[i].getElementsByTagName is not a function ( jquery.js (line 1429)

[jQuery] parser error on well-formed xml

2007-11-16 Thread tarini
i use this xml saved locally in projects.xml Nome del progetto 1 Note del progetto 1 Nome del progetto 2 Note del progetto 2 it's well-formed but IE v7 show me a parser error... onError : fun