CRUD using jQuery and Codeigniter – V

Learning Objectives

In this part you will how to perform form validation using jQuery. Validation was requested by a commenter littleflow3r.

Read More…

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.

Read More…

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.

Read More…

CRUD using jQuery and Codeigniter – II

Learning Objectives

In Part 2, you will learn:

  1. Displaying Ajax loader animation when an Ajax call is made.
  2. How to inject Update/Delete link in each record using jQuery.
  3. How to use jQueryUI dialog widget.
  4. How to send Ajax request to perform DELETE operation.
  5. How and when to use jQuery’s delegate method to bind events.

Read More…

CRUD using jQuery and Codeigniter – I

Learning Objectives

In this tutorial you will learn:

  1. How to use jQuery with Codeigniter.
  2. How to send Ajax request to perform READ operation.
  3. How to use jQuery UI tabs widget.
  4. How to use Microsoft’s jQuery templating plugin.

Read More…