Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialmattcleary2
19,953 PointsJavaScript Tech Degree, Project 2: Pagination & Content Filter...No jQuery?
Hey guys,
i can't find any recent answers for this from a mod/teacher here. Are we supposed to be using jQuery or not for this challenge?
The description says: "Search results should also be paginated. For example, if the search returns more than 10 results, those results should be paginated too. You will need to be accomplish this without the use of jQuery or other library plugins."
Does this apply to ALL of the project or just this aspect?
Thanks!
1 Answer
Treasure Porth
Treehouse TeacherHi Matt!
You can use JQuery for this functionality and elsewhere -- just no plugins. I've updated the instructions to make this clearer. Apologies for the confusion!
For future questions, please consider joining the Fullstack JavaScript Slack channel! It's an awesome community of students and mentors who are around to offer help and answer questions :)
Cesar Diaz
Full Stack JavaScript Techdegree Student 3,159 PointsCesar Diaz
Full Stack JavaScript Techdegree Student 3,159 Pointsis it acceptable to place the student list on a json file and push it to a function that will sort the students per page?