PQuery Version 0.1 | Full Table of Contents |
PQuery Home › User Guide Home › Getting Started |
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.
- First thing you need to do is install PQuery and include the file in your script.
- Now lets create a new instance of PQuery though which all the functionality will be accessed.
$pquery = new PQuery();
- Once you have intialized the class lets make a simple ajax form submitter using PQuery
- 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.
댓글 없음:
댓글 쓰기