Re: [jQuery] jQuery in server side language?

2007-02-25 Thread John Beppu
Hpricot is my favorite HTML parser in the whole world, and its API was influenced by jQuery. Check it out: http://code.whytheluckystiff.net/hpricot/ On 2/24/07, howard chen <[EMAIL PROTECTED]> wrote: > Anyone think that it would be great to use jQuery in server side? > > such as grab html from

Re: [jQuery] jQuery in server side language?

2007-02-24 Thread Christof Donat
Hi, > 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 ); > }); Maybe this Link can help you: http://en.wikipedia.org/wiki/Serv

Re: [jQuery] jQuery in server side language?

2007-02-24 Thread Tsz Ming WONG
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 w

Re: [jQuery] jQuery in server side language?

2007-02-24 Thread Dragan Krstic
And how it would be used? 2007/2/24, Dossy Shiobara <[EMAIL PROTECTED]>: On 2007.02.24, howard chen <[EMAIL PROTECTED]> wrote: > Anyone think that it would be great to use jQuery in server side? > > such as grab html from remote server, and process the html elements > using jQuery, > > any idea

Re: [jQuery] jQuery in server side language?

2007-02-24 Thread Dossy Shiobara
On 2007.02.24, howard chen <[EMAIL PROTECTED]> wrote: > Anyone think that it would be great to use jQuery in server side? > > such as grab html from remote server, and process the html elements > using jQuery, > > any idea? It's my current goal with AOLserver's nsjsapi module, to get it to the p

[jQuery] jQuery in server side language?

2007-02-24 Thread howard chen
Anyone think that it would be great to use jQuery in server side? such as grab html from remote server, and process the html elements using jQuery, any idea? ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/