Posted 24 Jan 2013 Link to this post
Posted 28 Jan 2013 Link to this post
In order to achieve this you can use the following:
$(
'[data-role="pager"] ul'
).on(
"click"
,
"li"
function
(e) { alert($(
this
).text());})