I\'m trying to create a function that starts when you click on a specific link in a listview. The issue is that event doesn\'t seem to fire when you click the link. The lis
Demo
JS
$(document).on('click', '#listviewForLastTenCalls li a', function () { // code });