Wildcard Usage:* matches any number of characters% matches exactly one character
Vladimir's WordPress Forum Live Blogroll don't understant a bit of code
don't understant a bit of code
9:5020 August, 2010
Lionel G
hello everybody there !
Does anyone could explain me the meaning of this code
// get coordinates var mouseX = e.pageX || (e.clientX ? e.clientX + document.body.scrollLeft: 0); var mouseY = e.pageY || (e.clientY ? e.clientY + document.body.scrollTop: 0);
it's found in file wp-live-blogroll.js in page 70.
Guest Name (Required):
Guest Email (Required):
Guest URL (required)
Math Required! What is the sum of: 10 + 12
Vladimir’s WordPress Forum
don't understant a bit of code
9:50
20 August, 2010
Lionel G
hello everybody there !
Does anyone could explain me the meaning of this code
// get coordinates
var mouseX = e.pageX || (e.clientX ? e.clientX
+ document.body.scrollLeft: 0);
var mouseY = e.pageY || (e.clientY ? e.clientY
+ document.body.scrollTop: 0);
it's found in file wp-live-blogroll.js in page 70.