Flexslider won’t work with WordPress’ jQuery | Dependencies

The problem was jquery conflict (error $ is not a function).
All custom scripts should be running in no-conflict mode.
I’ve used jQuery(...) instead of $().