This is a little difficult to explain. But I will try. http://awrdev.g3tech.in/jquery_tutorials/events.html
I have implemented the events, mouseenter, mouseleave, mousedown on the orange block. In the green block I have mousemove and mouseleave. In the input box I have hover and focus out. If you keep testing you will figure what I am trying to do. Javascript has a very rich event subset. The best I know in working with various software components all my life. There is of course the page load event, document.load() which is what jQuery's starting point is. Then till now we saw the click event handler in every project we saw so far. -Girish -- Gayatri Hitech http://gayatri-hitech.com _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
