Giter Site home page Giter Site logo

Comments (2)

infusion avatar infusion commented on June 3, 2024

Hi,

the q/p format characters call the left/right "type", as you said. If you want to use them, simply add these to the onFormat switch statement:

    case 'left':
    case 'right':
        return '<a style="color:red" href="#' + this.value + '">' + this.value + '</a>';

If you don't want these callbacks, just remove them from the format-directive:

format: "[ < > ] . nnncnnn",

In fact, every character in "format" specifies a onFormat callback. This gives you a maximum amount of flexibility.

I hope that helps.

Robert

from jquery-paging.

sneakyfildy avatar sneakyfildy commented on June 3, 2024

But... I just thought that examles must work :)
I've implemented behavior with such patterns and grateful for plugin
1 2 3 4 [5] 6 7 8 9 10
[1] 2 3 4 ... 100 101
1...67 [68] 69 ... 100 101
and so on...

But I do not feel myself confident that I've covered all cases and really wanted just to copy-paste example )))

from jquery-paging.

Related Issues (20)

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.