JavaScript

Move block in mobile version with jQuery

Let's consider how to move a block in the mobile version if it is located in a different place in the desktop version. Let's use JQuery.

2104 0

Gulp Error watch path ENOSPC in gaze.js or grunt.js

Let's consider a possible solution to the problem when running Gulp on Ubuntu 18.04 with an error Error: watch /path/ ENOSPC. Let's analyze what the max_user_watches parameters are.

1243 0

Code highlighting on the site using Js and Css

When describing minimal codes that have a syntax similar to C++, it may be necessary to have minimal highlighting on the site for better readability. I will give the easiest way to highlight, which I took from habrahabr. Consider, connect, describe ...

1176 0