On 11/29/06, agent2026 <[EMAIL PROTECTED]> wrote:
> For example, is there a performance difference in the following, or is one
> way simply better than the other?:

Really it just depends on the application. I think you will loose a
_tiny_ amount of performance by using lots of $(function(){}) instead
of just one. I prefer to treat it like your second example but just
make the $(function() {}) the init method. In other words do it like
this:

$(function() {
  // my functions
});

--
Brandon Aaron

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to