Category Archives: JavaScript

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

Accessing Forms Made Easy Using DataLink

In this tutorial you will learn to use the jQuery Data Link plugin to automate the process of accessing and modifying values of form fields.

Posted in Blog, JavaScript | 4 Comments

Javascript Function Arguments

Learning Objectives How javascript arguments work internally How to determine the total number of arguments passed How to determine the currently executing function How to make a function to accept optional parameters How to make a function to accept infinite … Continue reading

Posted in Blog, JavaScript | 3 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