2007년 5월 31일 목요일

PQuery User Guide

PQuery User Guide

PQuery Version 0.1


Getting Started

Learning anything new takes time and effort, I have tried to simply this learning curve as much as possible.

For the first tutorial lets start with a very common and widely used auto-completing effect.This tutorial is also availible in your demos directory.

  1. First thing you need to do is install PQuery and include the file in your script.
  2. Now lets create a new instance of PQuery though which all the functionality will be accessed. $pquery = new PQuery();
  3. Once you have intialized the class lets make a simple ajax form submitter using PQuery
  4. When you enter anything into this it will call the url index.php?task=ajax , Itll pass the current value of dob as $_GET['field'] on the server side.

See how simple it was.

댓글 없음: