Good afternoon, I do not understand why the script does not work. help me please
https://jsfiddle.net/3xd2wto5/
$('.language__link').on('mousemove',function(e){ leftZ = 0; leftP = 50+"%"; if(this.left > 0) { $(this).css({ 'position':'absolute', 'left': leftZ }); } else { $(this).css({ 'position':'absolute', 'left': leftP }); } });