You might have come across scenarios where you wished that a built-in Javascript function would be doing a little more than it actually does, meaning…
Continue reading Monkey patching – Extend built-in Javascript functions with custom code
[ Your everyday web development resource ]
You might have come across scenarios where you wished that a built-in Javascript function would be doing a little more than it actually does, meaning…
Continue reading Monkey patching – Extend built-in Javascript functions with custom code
If you are looking for a way to clear or disable DOM Storage this will be the right post. Cookies are a nice way of…
Continue reading DOM Storage – The new super cookie you have dreamed of