gbirke/jquery_pagination

The extra wrapping div should not be inserted

Opened this issue · 2 comments

Hello :)
Your plugin is awesome. Though I found one this irritation with it that you could fix very easy.
The plugin wraps the inserted pagination html with an extra

. This should not be done. I have already created that element myself.

You are right, the jQuery element that's selected can be the container for the pagination elements. However, I don't dare to change that in a minor revision. I have flagged it for version 3.

+1 to this change. It looks weird because I set a pagination container and it adds another container inside it. Thanks.