[jQuery] Re: Quick simple syntax question.

2008-01-25 Thread Pickledegg
It certainly does, thanks very much Alexandre, makes sense now :) On Jan 24, 12:47 pm, Alexandre Plennevaux <[EMAIL PROTECTED]> wrote: > in that particular bit of code, it's useless (since he did not use > it :) ). > > but let me point you to an example where passing the event to the > function i

[jQuery] Re: Quick simple syntax question.

2008-01-24 Thread Alexandre Plennevaux
in that particular bit of code, it's useless (since he did not use it :) ). but let me point you to an example where passing the event to the function is useful, see this tutorial :http://docs.jquery.com/ Tutorials:AJAX_and_Events (down the page) $(document).ready(function() { $('body').click(f