Skip to content

Commit 19ac803

Browse files
author
Gabriel Birke
committed
Better formatting in README
1 parent 57bac9b commit 19ac803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ There may be use cases where you want to change the pagination from your own
119119
JavaScript code. For example in a wizard or a questionnaire you skip pages if
120120
a certain option is not selected. Or clicking on images in an image gallery
121121
should trigger the "next page" event. For these use cases you use jQuery
122-
custom events like this:
122+
custom events like this:::
123123

124124
// Jump to the 5th page
125125
$("#News-Pagination").trigger('setPage', [4]);

0 commit comments

Comments
 (0)