Hi @aquas_askin
If you are adding jQuery direct into block. I will suggest you to add your code inside require. See below code for example.
require(['jquery'], function($) {
// add your code inside this
});
and if you are using any other method. Please let me know.
Thanks
--
If my answer is useful, please Accept as Solution & give Kudos