¡@

Home 

javascript Programming Glossary: augmenting

JavaScript Event prototype in IE8

http://stackoverflow.com/questions/10617014/javascript-event-prototype-in-ie8

had another brainwave and I think I found a better way of augmenting the event prototype. Strictly speaking the Event prototype is..

How to make a jQuery plugin loadable with requirejs

http://stackoverflow.com/questions/10918063/how-to-make-a-jquery-plugin-loadable-with-requirejs

here the plugin code. No need to return anything as we are augmenting the jQuery object requirejs.config shim jquery cookie jquery.. here the plugin code. No need to return anything as we are augmenting the jQuery object at the end of jquery cookie.js OR requirejs.config..

JavaScript: min & max Array values?

http://stackoverflow.com/questions/1669190/javascript-min-max-array-values

100 javascript share improve this question How about augmenting the built in Array object to use Math.max Math.min instead Array.prototype.max..

How to write high quality Javascript [closed]

http://stackoverflow.com/questions/3142250/how-to-write-high-quality-javascript

using browser sniffing use feature detection instead augmenting host objects don't do that they cannot be trusted augmenting.. host objects don't do that they cannot be trusted augmenting native objects too much anyone can overwrite your functions..

JavaScript: remove element by id

http://stackoverflow.com/questions/3387427/javascript-remove-element-by-id

javascript share improve this question I know that augmenting native DOM functions isn't always the best or most popular solution..