Archive Jul 2010

CRUD using jQuery and Codeigniter – IV

Learning Objectives

In Part 4 you will learn:

  1. How to perform Ajax based CREATE operation.
  2. How to switch jQuery tab programmatically.

CRUD using jQuery and Codeigniter – III

Learning Objectives

In Part 3 you will learn:

  1. How to filter form values to prevent XSS attack.
  2. What jQuery serialize method do and how to use it.
  3. How to send Ajax call to perform UPDATE operation using POST method.
  4. How to use jQuery advance selectors to update table rows.