josecebe / twbs-pagination

jQuery pagination plugin (bootstrap powered)
http://josecebe.github.io/twbs-pagination/
Other
1.1k stars 405 forks source link

$('#pagination').twbspagination is not a function #188

Closed GashishGautam closed 4 years ago

GashishGautam commented 5 years ago

I have added the jquery.twbsPagination.js and jquery.twbsPagination.min.js and separated out the html and js file code and trying to run this with my application and getting this $(...).twbspagination is not a function .Can anyone tell me what is this issue .I have done exactly same https://codepen.io/simoncodrington/pen/bgPYqr .This example is working fine if I am running only this but integrating with my app then it is not working.

eugenesimakin commented 5 years ago

Hi, If it is not a function then, probably, it is undefined. Have you tried to check how the script is loading?