Closed GeyangYu closed 8 years ago
Could you please provide a re-produciable demo: http://codepen.io/superRaytin/pen/RRoZBz
Thanks for the reply. I just figured it out.
Im still having this issue, even the codepen provided didn't work for me.
@neutt22 try again: https://codepen.io/superRaytin/pen/RRoZBz
@superRaytin here you go:
@neutt22 I replaced the 'http' resources with 'https', i think it can works now.
ahh yes, thanks! working now :)
sadly on my local project this issue isn't still resolved:
I copy exactly the code in the JS section
@neutt22 please show me your code, i'll reply you later
Thanks!
here it is:
@neutt22 uh, you should define a template
method to render the data
Will that solve the error container.pagination is not a function
?
Did you have a git repo contains those code? I'd like to get the context information.
Hey, I tried to put the $(...).pagination within a function, but it will report the error: TypeError: $(...).pagination is not a function. If I put it just within the , then it can work. I also tried the demo you give, but still get the error. Could anyone please help me? Thanks a lot.