[jQuery] Re: Alternative syntax?

2007-09-28 Thread A32
ching andsyntaxchecking (not justsyntaxcoloring)? > If not, I highly recommend the free Komodo Edit: > > http://www.activestate.com/Products/komodo_edit/ > > Even if you have another favorite editor, it's worth loading your code into > Komodo in addition, just to get thesynta

[jQuery] Alternative syntax?

2007-09-27 Thread A32
I find the following example very dirty syntax: $(document).ready(function(){ alert("Document is ready") $("a").click(function(){ alert("Clicked"); }); }); With all those ) and } I don't know if I'm coming or going.. Is there an alternate syntax I can use

[jQuery] Alternative syntax?

2007-09-27 Thread A32
I find the following example very dirty syntax: $(document).ready(function(){ alert("Document is ready") $("a").click(function(){ alert("Clicked"); }); }); With all those ) and } I don't know if I'm coming or going.. Is there an alternate syntax I can use