Latest
How to Add Options to Select Input with jQuery
February 02, 2022In this tutorial, we will go through some of the different ways of adding a new option element to a select input field.&...
How to Generate Unique ID in JavaScript
February 01, 2022Check if an Element is Present in an Array in JavaScript
January 29, 2022How to Print File in JavaScript (Send to Printer)
January 29, 2022JavaScript: Set Anchor href Attribute
January 28, 2022To the anchor href attribute on an HTML element with JavaScript, access the .href property and set it to the value you n...
Get File MIME Type in JavaScript
January 28, 2022Getting the MIME type is a more robust way of finding what kind of data a file actually contains compared to checking th...
How to Uncheck Checkbox in jQuery
January 28, 2022To uncheck a checkbox in jQuery, use the .prop() function. Pass checked as the first argument (the attribute) and false...
How to Get Type of Variable in PHP
January 28, 2022Type checking will tell us what type of "thing" a variable is. In PHP we can get the variable data type using the built-...