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.
This is my recorded stumbling through ASP.Net, Framework 3.5, C# 3.0, Ajax, Javascript, and Love. Stay, learn, nerd rage. It's your life.
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.