How to add Jump to page by filling number in pagination

How to add Jump to page by filling number in pagination

navnav Posts: 1Questions: 0Answers: 0
edited August 2012 in General
Hello,
i am using data table plugin as per the below code I got pagination but with this i want a input box in witch i just enter a number and i will go to that data row
$('#example').dataTable({
"sPaginationType": "full_numbers"
}
);
This discussion has been closed.