Git Product home page Git Product logo

pagination-jquery-plugin's Introduction

Hi there, I'm An Nguyen Van (Jounger) ๐Ÿ‘‹

I'm a software engineer:

  • ๐ŸŒฑ Road to React Pro Max ๐Ÿ˜†
  • ๐Ÿฅ… 2022 Goals: Contribute more to Open Source projects
  • โšก Skills: Java, Javascript, Typescript, Spring Boot, VueJs, ReactJs, Bootstrap, MySQL, etc.

Connect with me:

Nguyen Van An | Leetcode Nguyen Van An | Codewars Nguyen Van An | Hackerrank



โšก Github Stats & Top Used Languages
Jounger's Github Stats

pagination-jquery-plugin's People

Contributors

jounger avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

jecijair

pagination-jquery-plugin's Issues

onClick events not working with this version

Hello, I found your code somewhere on the internet, and I had a problem that took me hours to reverse engineer and solve, the problem was that when it started it didn't activate the first index class (active), it was because the eq() when stated reference a setting attribute "from" that was miswritten and i found it was "page" instead, now, I found the repository and Your code is much more updated and I tried it, but my jquery on click functions don't work, I can't understand why, I have them inside a document-ready function, I don't understand why, that doesn't make sense to show your my code because it's The same with your new version as with the previous one, can you tell me what I'm doing wrong? I just want to get the value of the pager like this next bit, do I have to put them in some order or..?

$("body").on("click", ".page-link", function () { var Id = $(this).text(); });

Changing default current page number not working

$('#page').Pagination({ // id to initial draw and use pagination
		size: 50, // size of list input
		pageShow: 5, // 5 page-item per page
		page: 2, // current page (default)  //Not Working
		limit: 10, // current limit show perpage (default)
	}, function(obj){ // callback function, you can use it to re-draw table or something
			//$('#info').html('Current page: ' + obj.page);
	});

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.