I am currently working the front-end on a website. I am using jquery in order to create a dynamic content.
My problem is that when I type my URI (localhost/jquery/my
I found some solution for this problem.
$(document).on("mousemove",".objectclass",function(){ console.log("mousemove"); });
its works fine!