Can you please tell me how to get use click event in javascript so that if user enter page number in textbox ,after button click the that page is set to div tag.
You just need to call cycle method
$container.cycle($("#txtPage").val());
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.