So found out yesterday that anonymous methods exist in javascript. Who knew?
divToAdd.onmouseover = function() { picker.changeStyles(divToAdd, true); };
Where picker.changeStyles is a method on a class. Javascript is starting to grow on me.
I'm not what you call the sharpest bulb in the bunch.
So found out yesterday that anonymous methods exist in javascript. Who knew?
divToAdd.onmouseover = function() { picker.changeStyles(divToAdd, true); };
Where picker.changeStyles is a method on a class. Javascript is starting to grow on me.