CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
JavaScript Jungle
Window elements
soap
Permalink to comment
#
August 2009
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.
:(
Taroniaeley
Permalink to comment
#
August 2009
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
soap
Permalink to comment
#
September 2009
Thank you! I desperately needed to know how to get rid of stretch marks.
Add a Comment
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
then i can be like BAM "alert(e.targ);" and it'll give me the object... not the case.
:(
Thanks you for information ,
http://www.goarticles.com/cgi-bin/showa.cgi?C=1839507