Fix: Uncaught ReferenceError: $ is not defined
This is a guide on how to fix a common error that occurs whenever the JQuery library hasn’t been loaded properly.
Read More...This is a guide on how to fix a common error that occurs whenever the JQuery library hasn’t been loaded properly.
Read More...This is a tutorial on how to calculate the mean / average of a JavaScript array.
Read More...This is a short guide on how to detect user activity or inactivity using JavaScript.
Read More...In this tutorial, we will show you how to capitalize the first letter of a string using JavaScript.
Read More...This is a tutorial on how to add a CSS class to a HTML element using JavaScript.
Read More...This is a beginners tutorial on how to add text to a canvas element using JavaScript.
Read More...This is a tutorial on how to add a new row to a table using the JQuery library.
Read More...This is a JavaScript tutorial on how to detect whenever a checkbox has been ticked or unticked.
Read More...This is a short JavaScript tutorial on how to calculate the execution time of an AJAX request.
Read More...This is a short and simple guide on how to compare two dates in JavaScript.
Read More...In this tutorial, we are going to show you how to detect HTTPS / SSL using JavaScript.
Read More...This is a short guide on how to reload / refresh a page using JavaScript.
Read More...This is a JavaScript tutorial on how to populate a SELECT element’s options with an Ajax request.
Read More...This is a short jQuery tutorial on how to use the $.each function.
Read More...In this guide, I will show you how to check if a given HTML element exists using JavaScript.
Read More...The other day, I stumbled across a CORS-related bug in Microsoft Edge.
Read More...In this guide, I will be showing you how to get the size of a selected input file using JQuery.
Read More...This is a short tutorial on how to get a random value from a JavaScript array. To do this, we will have to generate a random index number that represents an element in the array.
Read More...The other day, I came across a frustrating CORS-relatedĀ error while developing a Facebook Instant Game. This is a short post on how I fixed it.
Read More...This is a short guide on how to add an image to a canvas element using JavaScript.
Read More...In this guide, we show you how to get the day of the week using JavaScript. We also provide you with a custom function that you can copy.
Read More...This is a short JavaScript tutorial on how to check if a given object property exists.
Read More...This is a short guide on how to check if a variable or value if an object using JavaScript.
Read More...This is a short tutorial on how to change the text of a DIV element using the JavaScript JQuery library.
Read More...In this beginner’s tutorial, I will show you how to print out JSON using PHP and specify the correct Content-Type header.
Read More...A short guide that I wrote on fixing the dreaded “Unexpected token o in JSON” error.
Read More...This is a common question amongst beginner developers. In this article, I clear up the confusion about it and offer an alternative solution.
Read More...This is a short JavaScript tutorial on how to change the selected option of a select HTML element. In this post, I will show you how to do it with and without JQuery.
Read More...A short tutorial on how to load images as BLOB data using the JQuery JavaScript library.
Read More...This is a short guide on how to send a JavaScript object to a PHP script using an Ajax request.
Read More...The other day, I came across an issue where theĀ JSON.stringify method failed to convert one of my objects into a JSON string.
Read More...This is a short tutorial on how to create a JavaScript date that is “7 days ago” or “30 days ago”.
Read More...This is a tutorial on how to handle errors when making Ajax requests via the jQuery library.
Read More...This is a short tutorial on how to send an Ajax request every 10 seconds – something that is often referred to as polling.
Read More...This is a short guide on how to fix Access-Control-Allow-Origin issues when you are sending Ajax requests.
Read More...