Explain Codes LogoExplain Codes Logo

Javascript

Jquery SVG, why can't I addClass?

javascript
svg-manipulation
jquery-svg
class-list

How to change port number in vue-cli project

javascript
vue-cli
port-number
development-server

Validate Phone Number with JavaScript

javascript
regex
validation
input-masking

How to create a file in memory for user to download, but not through server?

javascript
blob
file-download
web-workers

Check if a div exists with jquery

javascript
jquery
javascript-objects
vanilla-javascript

Disable form auto submit on button click

javascript
event-prevention
form-submission
javascript-best-practices

Execute function after complete page load

javascript
event-listeners
dom-content-loaded
async-loading

Setting width and height

javascript
responsive-design
performance
best-practices

How do I create a dynamic key to be added to a JavaScript object variable

javascript
prompt-engineering
functions
callbacks

Convert character to ASCII code in JavaScript

javascript
charCodeAt
unicode-code-point
ascii-code

How to connect to SQL Server database from JavaScript in the browser?

javascript
sql-connection
database-security
express-js

Vue.js - How to properly watch for nested data

javascript
watchers
reactivity
vue-set

Most Efficient Method to Groupby on an Array of Objects

javascript
prompt-engineering
functions
performance

Angular 4 img src is not found**

javascript
image-management
angular
assets

How to get current formatted date dd/mm/yyyy in Javascript and append it to an input

javascript
date-formatting
javascript-utility
form-submission

Run JavaScript when an element loses focus

javascript
event-delegation
debouncing
focusout

Convert JavaScript String to be all lowercase

javascript
functions
best-practices
string-manipulation

Changing the selected option of an HTML Select element

javascript
vanilla-javascript
dom-manipulation
jquery

Getting current date and time in JavaScript

javascript
prompt-engineering
functions
callbacks

How to get function parameter names/values dynamically?

javascript
function-engineering
performance
best-practices