Category: Development

0

Securing Docker

Many of us out there are likely using Docker. Containerisation has burst onto the scene and is taking the infrastructure and development worlds by storm. And why not? After all, it helps resolve a...

0

Free Course – Getting Started with jQuery

Javascript is a powerful and flexible language. It’s no surprise then that many popular frameworks and libraries are JavaScript based – from React to Node, to Ember, to OpenUI5. jQuery is a JavaScript library....

$.ajax is not a function 0

$.ajax is not a function

TL;DR; Make sure you’ve loaded jQuery into your page. You’re ripping your hair out. “Why won’t it work?”. You’ve already subsituted that infernal cURL request that didn’t work and now ajax isn’t working! Don’t...