Unable to listen to dragend event on div

I have a div where I simply want to listen to dragend event but for some reason, it’s not working. I want to console log when the blue box gets dropped inside the rectangle but it’s giving nothing… Here’s the code: <!DOCTYPE html> <html> <head> <style> #a { width: 350px; height: 70px; padding: 10px; border:… Read More Unable to listen to dragend event on div