[jQuery] [validation] localization messages

2009-04-02 Thread david.garc...@barcelonamedia.org
Hello, I am using jQuery validation plugin. I have read about the plugin in your website as well as in jQuery plugins forums. I am using it and it works perfectly. My doubt is how can I use the localize messages? I don't know if the plugin has a method or a way to access the messages or I have to

[jQuery] [validation]

2009-04-02 Thread david.garc...@barcelonamedia.org
Hello, I am using jQuery validation plugin. I have read about the plugin in your website as well as in jQuery plugins forums. I am using it and it works perfectly. My doubt is how can I use the localize messages? I don't know if the plugin has a method or a way to access the messages or I have to

[jQuery] selecting children

2009-03-26 Thread david.garc...@barcelonamedia.org
Hi, my question is, why next line doesn't work: $("#conditions-"+get_sufix(type)+" > div,tr,span,label,select,input").each(function(){...}); nor next line: $("#conditions-"+get_sufix(type)+" div,tr,span,label,select,input").each(function(){...}); nor next line: $("#conditions-"+get_sufix(typ

[jQuery] namespaces XML parsing

2009-03-18 Thread david.garc...@barcelonamedia.org
I have had alook into jQuery mailinglist and I have googled and I have seen that there are problems witj jQuery parsing XML (an CSS I've seen) namespaces. I have tried and for example, in FF I need to look for "ns\\:tag" to find a tag, but for example if a look for an attribute I have to do this