[jQuery] Re: OT : javascript editor (with code formatting)

2008-10-08 Thread zizi
Komodo (I use it under Ubuntu, but it has a Win version, too) under Win Ultraedit rulez, but it's not free -- ---{ zizi }---

[jQuery] Re: Download Documentation

2008-03-23 Thread zizi
good - the URL's were bad. FEw > minutes ago I spoke with my friend and he suggest the httrack - it is > available windows and linux - software. > Now I mirroring the jquery's documentation site. > > > Hope that helps > > Yes, it was helpfull. Thank you! > > András > -- > -- Csanyi Andras - http://sayusi.hu - Sayusi Ando -- > -- "Bízzál Istenben és tartsd szárazon a puskaport!" - Cromwell -- > -- ---{ zizi }---

[jQuery] Re: jQuery 1.1.2 Released: Happy 2nd Birthday!

2008-01-15 Thread zizi
Happy birthday and congratulations and mainly thanks for jQuery, which has seriously changed my ideas about web programming. zizi > On 1/14/08, John Resig <[EMAIL PROTECTED]> wrote: > > > > > > On the 2nd birthday of jQuery we're happy to bring you a new relea

[jQuery] Re: value of

2007-10-11 Thread zizi
without 'return false' href executed after alert On 10/11/07, Sharique <[EMAIL PROTECTED]> wrote: > > @ziz > alert($(this).text()); works, thanks. > Why return false? > -- > Sharique > > > On Oct 10, 2:30 pm, zizi <[EMAIL PROTECTED]> wrote: &g

[jQuery] Re: value of

2007-10-10 Thread zizi
Try this way: $("a").click( function( ) { alert($(this).text()); return false; }); zizi On 10/10/07, Juan G. Hurtado <[EMAIL PROTECTED]> wrote: > > Try with $("a").html() > El 10/10/2007, a las 8:57, Sharique