| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 months |
| seen | Feb 15 at 20:08 | |
| stats | profile views | 5 |
The line between opinion and fact needs a huge guardband!
I only support modern browsers so that I don't have to read quirks-mode articles.
Code Bin
function addEvent (element, type, callback) {
if (element.addEventListener) {
element.addEventListener(type, callback);
} else if (element.attachEvent) {
element.attachEvent("on" + type, callback);
} else {
$.error('addEvent: no event system')
}
}
|
|
Stack Overflow | 1,338 rep | 13 |
|
|
Code Review | 167 rep | 7 |
|
|
User Experience | 111 rep | 3 |
|
|
English Language & Usage | 108 rep | 2 |
This user has no active bounties
1 Vote Cast
| all time | by type | ||||
|---|---|---|---|---|---|
| 1 | up | 0 | question | ||
| 0 | down | 1 | answer | ||