-
Merge pull request #39 from djrumbold/master
wesnolte committedFeb 25, 2013 Fix javascript error caused by extra right parentheses
-
Update pajinate javascript used in the file.
Duncan Rumbold committedFeb 25, 2013 -
Duncan Rumbold committed
Feb 25, 2013
-
Fix error caused by extra ) introduced in ebb4b24.
Duncan Rumbold committedFeb 22, 2013
-
Merge pull request #26 from Rodeoclash/master
wesnolte committedJan 1, 2013 Added an optional callback thats activated when the page is changed.
-
Merge pull request #24 from moorecp/master
wesnolte committedJan 1, 2013 Navigation is not properly built when the navigation container is not a direct child of the page container.
-
Merge pull request #29 from gtraxx/patch-1
wesnolte committedJan 1, 2013 Added option in nav_label_info to display the current page and the numbe...
-
Added option in nav_label_info to display the current page and the nu…
gtraxx committedJun 6, 2012 …mber of pages. Very handy for paging with a specific graphic. Example : $('#list-example').pajinate({ show_first_last:false, nav_label_info: 'Page {3} sur {4}', items_per_page : 4, item_container_id: '#paginate_properties', abort_on_small_lists: true, nav_label_prev : 'Précedent', nav_label_next : 'Suivant' });
-
Cast the page number explicitly as an int. Interacting with this func…
Sam Richardson committedApr 12, 2012 …tion attribute has inconsistent results as JS sometimes casts it as a String.
-
Changing pages will call the onPageDisplayed callback.
Sam Richardson committedApr 12, 2012
-
Updated the example lib as well.
moorecp committedApr 4, 2012 -
Updated the minified JS to match the non-minified version.
moorecp committedApr 4, 2012 -
When determining the total number of page links, we can't use $page_c…
moorecp committedApr 4, 2012 …ontainer.children as the navigation panel might not be a direct child; it could be a grandchild, etc. So, it has been changed to $page_container.find.
-
move changes from core to example lib
wesnolte committedJan 22, 2012 -
beautify and remove unused vars and semicolons
wesnolte committedJan 22, 2012 -
man someone has been combining spaces and tabs like it's no one's bus…
wesnolte committedJan 22, 2012 …iness - cleaning up
-
replacing all spaces with tabs to fix layout on github
wesnolte committedJan 22, 2012 -
wesnolte committed
Jan 22, 2012
-
Included link to "follow me" in example page.
wesnolte committedJan 16, 2012 Put this back for the umpteenth time.
-
wesnolte committed
Jan 16, 2012 -
Merge pull request #19 from eddiefullmetal/master
wesnolte committedJan 16, 2012 JQuery UI support + info text (showing 1-5 of 50 results)
-
1. Added JQuery UI support (jquery_ui, jquery_ui_active, jquery_ui_de…
eddiefullmetal committedJan 8, 2012 …fault, jquery_ui_disabled options) 2. Pajinate adds a "Showing 1-5 of 25 results" text to a panel(nav_info_id, nav_label_info options).
-
Merge pull request #16 from mikerobinson/master
wesnolte committedNov 16, 2011 Added custom pagination order
-
Added nav_order param to allow the user to specify the order of navig…
mikerobinson committedNov 10, 2011 …ation elements
-
Merge pull request #13 from ejholmes/master
wesnolte committedNov 4, 2011 Added abort_on_small_lists option to disable pagination when the list is smaller than the number of items per page
-
Added abort_on_small_lists option.
ejholmes committedNov 1, 2011 If abort_on_small lists is set to true and the number of items in the list is less than the number of items to display per page, don't paginate.
-
Merge pull request #12 from jayalfredprufrock/patch-2
wesnolte committedOct 5, 2011 Same as goto() ipp concat bugfix...
-
Merge pull request #11 from jayalfredprufrock/patch-1
wesnolte committedOct 5, 2011 Fixed bug in goto() that caused pajinate to not honor "items_per_page" option.
-
Same as goto() ipp concat bugfix...
jayalfredprufrock committedOct 4, 2011 -
Fixed bug in goto() where the "ipp" variable was being concatenated w…
jayalfredprufrock committedOct 4, 2011 …ith the "start_form" variable instead of being added to. A simple parseInt() did the trick...Did jQuery's element storage change recently??
-
Fixed bug where left-wrapping was always enabled
wesnolte committedAug 12, 2011 -
wesnolte committed
Aug 12, 2011 -
Polish wrap_around option and added show_first_last option.
wesnolte committedAug 12, 2011
-
Merge pull request #5 from Nevon/master
wesnolte committedAug 4, 2011 Option to wrap around after last page
-
Added option to wrap around after reaching the last page.
Nevon committedAug 4, 2011