Explain Codes LogoExplain Codes Logo

Javascript

Submitting a form on 'Enter' with jQuery?

javascript
form-submission
jquery
event-handling

Session only cookies with Javascript

javascript
session-management
cookies
javascript-utility-functions

How do I detect keypresses in JavaScript?

javascript
event-handling
keyboard-events
javascript-fundamentals

Replacing Entire Page Including Head Using Javascript

javascript
prompt-engineering
functions
callbacks

How can I trigger an onchange event manually?

javascript
event-handling
manual-triggering
onchange-event

Creating a JSON dynamically with each input value using jQuery

javascript
prompt-engineering
functions
callbacks

In JavaScript can I make a "click" event fire programmatically for a file input element?

javascript
prompt-engineering
best-practices
security

Usage of the backtick character (`) in JavaScript

javascript
prompt-engineering
functions
template-literals

Converting a string with spaces into camel case

javascript
string-manipulation
regex-patterns
camel-case-conversion

Bootstrap modal: is not a function

javascript
prompt-engineering
best-practices
responsive-design

Perform .join on value in array of objects

javascript
map-function
join-method
array-manipulation

Difference between val() and text()

javascript
form-elements
javascript-methods
jquery

Check whether variable is number or string in JavaScript

javascript
type-checking
javascript-features
best-practices

Render basic HTML view?

javascript
express
templating-engines
web-development

Switch statement for greater-than/less-than

javascript
performance
best-practices
functions

Form with no action and where enter does not reload page

javascript
event-handling
form-submission
accessibility

Javascript - Get minutes between two dates

javascript
date-manipulation
time-difference
javascript-date-object

Does JavaScript have the interface type (such as Java's 'interface')?

javascript
interface-engineering
javascript-patterns
object-prototype

Huge number of files generated for every Angular project

javascript
optimization
performance
angular

How do I create a new line in Javascript?

javascript
prompt-engineering
functions
callbacks