[jQuery] Re: Question about Tutorial: Find me: Using selectors and events

2009-05-26 Thread Mattsson
A partial answer to my question on the difference between mouseenter and mouseover, in the jQuery documentation, Events/mouseenter (http:// docs.jquery.com/Events/mouseenter#fn), it states, then illustrates, that mouseover fires when the pointer moves into or out from child element, while mouseent

[jQuery] Re: Question about Tutorial: Find me: Using selectors and events

2009-05-26 Thread Mattsson
Thanks a bunch mkmanning, your brief answer had loads of meaning for me: a) we may look in the jQuery source file to see what a jQuery function does -- jQuery is after all simply JavaScript b) we can name any JavaScript object by using a colon after a name (http://www.codingforums.com/showthread

[jQuery] Question about Tutorial: Find me: Using selectors and events

2009-05-23 Thread Mattsson
Hello, I'm very new to jQuery and trying out some of the tutorials. In this tutorial, http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery there is an exercise: http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery and I have a question about this snipped of code: $(document).read