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.
There are sites that try to contain the sweet. This is not one of them.
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.