|
|
@ -8,6 +8,7 @@
|
|
|
|
* @name Navigation with text input
|
|
|
|
* @name Navigation with text input
|
|
|
|
* @summary Shows an input element into which the user can type a page number
|
|
|
|
* @summary Shows an input element into which the user can type a page number
|
|
|
|
* @author [Allan Jardine](http://sprymedia.co.uk)
|
|
|
|
* @author [Allan Jardine](http://sprymedia.co.uk)
|
|
|
|
|
|
|
|
* @author [Gordey Doronin](http://github.com/GDoronin)
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @example
|
|
|
|
* @example
|
|
|
|
* $(document).ready(function() {
|
|
|
|
* $(document).ready(function() {
|
|
|
@ -220,4 +221,4 @@
|
|
|
|
$(an).children('.' + paginateInputClassName).val(iCurrentPage);
|
|
|
|
$(an).children('.' + paginateInputClassName).val(iCurrentPage);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
})(jQuery)
|
|
|
|
})(jQuery);
|
|
|
|