I am creating elements using:
$('#articleview').append(articles);
I need to apply the dotdotdot plugin to this dynamically created html
$(document).ready(function() {
$(".ellipsis").dotdotdot();
});
but it's not working in dynamically created html