treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Window elements

  • Okay so i gave up on my last try with jquery.

    Now i just need to figure out how to know where the mouse is in the window.

    For some reason i thought it was something like

    function init(e) {
    var targ;
    if(!e) {
    var e = window.event;
    }
    if (e.target) {
    targ = e.target;
    }
    }



    then i can be like BAM "alert(e.targ);" and it'll give me the object... not the case.

    :(
  • I read this article its very nice and important for those person whose interested in the window element systems.
    Thanks you for information ,
    http://www.goarticles.com/cgi-bin/showa.cgi?C=1839507
  • Thank you! I desperately needed to know how to get rid of stretch marks.