Archives
-
Recent Posts
-
Category Archives: PHP
WordPress Theme Using jQuery Mobile
Learning Objectives Introduction to jQuery Mobile. How to use jQuery Mobile Components. Basics of WordPress theme development. How to create WordPress theme for mobile using jQuery Mobile.
Posted in Blog, JavaScript, PHP, Wordpress
7 Comments
CRUD using jQuery and Codeigniter – VI
Learning Objectives In this part you will learn how to perform clientside search, table sorting, limit records display at a time, and clientside pagination using jQuery.
Posted in Blog, JavaScript, PHP
37 Comments
CRUD using jQuery and Codeigniter – V
Learning Objectives In this part you will how to perform form validation using jQuery.
Posted in Blog, JavaScript, PHP
27 Comments
CRUD using jQuery and Codeigniter – IV
Learning Objectives In Part 4 you will learn: How to perform Ajax based CREATE operation. How to switch jQuery tab programmatically.
Posted in Blog, JavaScript, PHP
14 Comments
CRUD using jQuery and Codeigniter – III
Learning Objectives In Part 3 you will learn: How to filter form values to prevent XSS attack. What jQuery serialize method do and how to use it. How to send Ajax call to perform UPDATE operation using POST method. How … Continue reading
Posted in Blog, JavaScript, PHP
21 Comments