¡@

Home 

javascript Programming Glossary: patching

jQuery Drag/Resize with CSS Transform Scale

http://stackoverflow.com/questions/10212683/jquery-drag-resize-with-css-transform-scale

not bookmark it and now cant find it.... that suggested patching the plugins and it worked wonderfully. It went along these line.. events inside a scaled element that doesn't require patching jQuery I have googled and this was the best solution I could..

Chrome Developer Tools: What is Snippets Support?

http://stackoverflow.com/questions/10470711/chrome-developer-tools-what-is-snippets-support

for debugging code that is more than a one liner. Monkey patching code code you wish to patch at runtime can be done through Snippets..

jQuery override form submit not working when submit called by javascript on a element

http://stackoverflow.com/questions/142000/jquery-override-form-submit-not-working-when-submit-called-by-javascript-on-a-el

to all the a tags Then you don't have to do any monkey patching and it could be as simple as assuming all the links are inside..

Requirejs why and when to use shim config

http://stackoverflow.com/questions/15471088/requirejs-why-and-when-to-use-shim-config

a single namespace. Or maybe you want do do some monkey patching on a methods in the library that you're loading. More background..

jQuery Ajax, overwrite onreadystatechange handler

http://stackoverflow.com/questions/3309185/jquery-ajax-overwrite-onreadystatechange-handler

no need to patch jquery for this however if you dont mind patching jquery you could add these lines The readystate 2 else if requestDone..

jQuery plugin template - best practice, convention, performance and memory impact

http://stackoverflow.com/questions/5980194/jquery-plugin-template-best-practice-convention-performance-and-memory-impac

and has a seperate external method for clarity. monkey patching .fn.bind function _bind ... Use of monkey patching means that.. monkey patching .fn.bind function _bind ... Use of monkey patching means that the event namespacing is done automatically for you..