Sometimes, we want to add onClick event handler to document.createElement(“th”) with JavaScript. In this article,…
Coding
Sometimes, we want to fix .toLowerCase not working with JavaScript. In this article, we’ll look…
Sometimes, we want to convert special UTF-8 chars to their iso-8859-1 equivalent using JavaScript. In…
Sometimes, we want to return string between square brackets with JavaScript. In this article, we’ll…
Sometimes, we want to unfocus a textbox with JavaScript. In this article, we’ll look at…
Sometimes, we want to reload parent window from child window with JavaScript. In this article,…
Sometimes, we want to insert HTML into a div with JavaScript. In this article, we’ll…
Sometimes, we want to check if a string has white space with JavaScript. In this…
Sometimes, we want to add dictionaries in JavaScript like Python. In this article, we’ll look…
Sometimes, we want to pass props as initial data in Vue.js. In this article, we’ll…