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 have asked this question before and I have asked you which plugin you are using. Please provide exact scenario for better and fast solutions
If you are using cycle plugin. Then you can easily do what you want without extra code
http://jquery.malsup.com/cycle/goto2.html
Ok .this is ok but i want to enter page number in textbox then what to do???
And i have added seperate imagebutton and on that button click ,i want the function.
You just need to call cycle method
$container.cycle($("#txtPage").val());
Is it work correctly for imagebutton???
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.