Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught Error: Syntax error, unrecognized expression: .st_pagination..users-pagination #9

Open
EugeneDae opened this issue Jun 12, 2014 · 0 comments

Comments

@EugeneDae
Copy link

var streamtable = StreamTable('#test', {
    view: view,

    pagination: {
        container_class: '.users-pagination'
    }
}, data);

Prefixing container_class with a dot (as suggested by the README) results in the following error:

Uncaught Error: Syntax error, unrecognized expression: .st_pagination..users-pagination

Removing the dot fixes the problem, but it still does not replace the default class "st_pagination" (as, again, suggested by the README):
screen shot 2014-06-13 at 03 15 23

I'm using StreamTable 1.1.1 with jQuery 2.1.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant