PQuery - PHP and jQuery

Written by on February 22nd, 2007 in Ajax News.

PQuery is to jQuery as Rails helpers is to Prototype and Script.aculo.us:

PQuery is a set of helper classes for JQuery JavaScript library.This library allows you to easily integrate AJAX , Effects and other JQuery functionality into your PHP scripts.IT has a small foot print and is compatible with PHP4 and PHP5.

PHP:

  1.  
  2. <?=$pquery->form_remote_tag(array(’url’=>’index.php?task=ajax’,'update’=>’#idtoupdate’));?>
  3. Field : <input type=”text” name=”field” /><br />
  4. <input type=”submit” />
  5.  
  6.  

Source: Ajaxian
Original Article: http://ajaxian.com/archives/pquery-php-and-jquery

Leave a Reply

You must be logged in to post a comment.



Site Navigation