Full Stack Web Development

TH09 Create Your Own SPA Using jQuery

10/10/2019

11:00am - 12:15pm

Level: Intermediate to Advanced

Paul Sheriff

Author / Instructor

There are many frameworks such as Angular and React that help you develop client-side applications in a very structured manner. They help you create Single Page Applications (SPA) where each page, and the logic for each page are created separately. The purpose of this seminar is not to replace these frameworks, but to show you how to use these same techniques using JavaScript and jQuery. You may have a huge investment in JavaScript and jQuery and can't, or maybe don't want to, convert to these new frameworks. However, you do want to create a SPA and have a nice structured approach to development using JavaScript and jQuery. In this session I present a method to create a SPA using HTML, Bootstrap and jQuery and how to structure your application files.

You will learn:

  • How to load partial HTML pages
  • Add custom CSS and JavaScript to partial pages
  • Create a CRUD page