jquery Programming Glossary: pageselected
jquery history plugin set current page possible? http://stackoverflow.com/questions/3522225/jquery-history-plugin-set-current-page-possible to the DOM element this.selectPage function page_id pageSelected page_id This creates a .selectPage method on the DOM element..
jquery pagination + twitter bootstrap http://stackoverflow.com/questions/8400804/jquery-pagination-twitter-bootstrap links. @param int page_id The new page number function pageSelected page_id evt current_page page_id drawLinks var continuePropagation.. This helper function returns a handler function that calls pageSelected with the right page_id var getClickHandler function page_id.. function page_id return function evt return pageSelected page_id evt Helper function for generating a single link or..
jquery history plugin set current page possible? http://stackoverflow.com/questions/3522225/jquery-history-plugin-set-current-page-possible the key is this bit var panel jQuery this Attach control functions to the DOM element this.selectPage function page_id pageSelected page_id This creates a .selectPage method on the DOM element the pagination links are in for example in their demo page..
jquery pagination + twitter bootstrap http://stackoverflow.com/questions/8400804/jquery-pagination-twitter-bootstrap end This is the event handling function for the pagination links. @param int page_id The new page number function pageSelected page_id evt current_page page_id drawLinks var continuePropagation opts.callback page_id panel if continuePropagation .. list var interval getInterval var np numPages This helper function returns a handler function that calls pageSelected with the right page_id var getClickHandler function page_id return function evt return pageSelected page_id evt Helper.. that calls pageSelected with the right page_id var getClickHandler function page_id return function evt return pageSelected page_id evt Helper function for generating a single link or a span tag if it's the current page var appendItem function..
|