Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
| var div = document.querySelectorAll('div'), | |
| result; | |
| for (var i = 0; i < div.length; i++) { | |
| result = div[i]; | |
| result.addEventListener('click', function() { | |
| alert(this.innerHTML); | |
| }); | |
| } |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)