it would be a great tool for html parsing, e.g. how can I get the google search results by parsing the html? as easy as that...
jQuery("a.l").each(function(){
console.debug( this.href );
});
--
tszming
On 2/24/07, Dragan Krstic <[EMAIL PROTECTED]> wrote:
> And how it would be used?
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
