[jQuery] Re: How do I extract a part of received data

2009-09-29 Thread FernandoCE
Hello everybody, i have this code: $.ajax({ type: "GET", url: "latest-tweet.php", cache: false, success: function(html){ } }); And my latest-tweet.php returns: user->name?> text?> I wanna get the text's div.detail that de var html bring to compare.. ho

[jQuery] [validate] Appear just one error per time

2009-08-27 Thread FernandoCE
Hello, the subject describes perfectly what I need. I have more than one error but I need to display one error (label) per time.. E.x.: Name (is empty) Age (is empty) - When submit it happens: Name (appears a label: Error Name Empty) Age (appears a label: Error Age Empty) - And I need this: Nam