I have people and the following code in javascript:
<script>
$('.valores,#qtd,#qtd_bo').mask('00.000.000,00', {
reverse: true
});
</script>
It's a mascara plugin, and it works perfectly. But my phpStorm is setting $
to the following error: unresolved function or method $ ()
Does anyone know what's wrong?