Not sure I see what you mean by JQuery allowing you to not have any
even listener in your HTML document, you can do the same from pure
javascript as well.

After yes JQuery will be heavier on your page, depending on your
project, if you use only 2 event listener going pure javascript would
be lighter than calling JQuery on your page alone...

..but the beauty of JQuery is not about the event listener it
provides, it's about all the check and other compatibility issues it
ressolve automatically for you :)

But remember, JQuery IS Javascript so you are using Javascript for the
event listeners ;)

On Mar 23, 10:53 pm, egranville <[email protected]> wrote:
> I don't know if my question is in the right spot here. I'm curious
> about the impact on the performance using event listners has.
>
> I love the fact that jquery functionality can be added to a html
> inferface without any actually any javascript in the html document. We
> do this by using the event listners provided by jQuery. But how heavy
> is this on the browser?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to