Results for: "vanilla JS"

Contents (7)

Validating HTML forms using BULMA and vanilla JavaScript
Validating HTML forms using BULMA and vanilla JavaScript

Today we are going to write about contact forms and how to validate them using JavaScript. The contact form seems to…

read more
Making AJAX requests to a REST API using vanilla JavaScript and XHR
Making AJAX requests to a REST API using vanilla JavaScript and XHR

Imagine you just build your first static web page and you would like to add some functionality to make it…

read more
Cross-Origin Resource Sharing (CORS) and examples of XSS and CSRF
Cross-Origin Resource Sharing (CORS) and examples of XSS and CSRF

Cross-Origin Resource Sharing (CORS) enables web clients to make HTTP requests to servers hosted on different origins. CORS is a…

read more
Vanilla JavaScript equivalent commands to JQuery
Vanilla JavaScript equivalent commands to JQuery

jQuery is still a useful and pragmatic library, but chances are increasingly that you’re not dependent on using it in…

read more
14 JavaScript Animation Libraries
14 JavaScript Animation Libraries

Well - designed and smooth animations are one of the most important things that makes an app stand out from…

read more