Category: javascript
jQuery: Attribute Starts With Selector
Selects elements that have the specified attribute with a value beginning exactly with a given string.
jQuery: Form data serialization
jQuery has a function .serialize(), encode a set of form elements as a string for submission.
CRUD in Node.js
In this post you will see very basic implementation of CRUD in Node.js
Fixed CKEditor5 doesn’t record space, backspace or enter on Chrome 80
CKEditor5 behaves strange, some time it doesn’t allow to press backspace button, on some machines…
Javascript: How to check if string contain a substring
There are different ways of testing if string contains a substring., let’s take a look…
Vue.js: Dynamic class names via v-bind
As defined in vue.js official documentation: A common need for data binding is manipulating an…
Vuejs, single file component
Single file component could be the best option for small or big project, where javascript…
Vue Loading overlay component
Vuejs loading component is well written and comes with really good demo. Installation Usage as…
Vuejs: Rule proposition of order-in-components
It’s important to keep one standard way of ordering properties in vue components, that will…