I am implementing a CSS3 transition effect on a article element but the event listener transitionend works only in pure JavaScript, not with jQuery.
See exa
If the first one really works (I doubt it because it should require a vendor prefix), then this should work too:
$(this).parent().on('transitionend', function() { alert("1"); });