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:
-
-
<?=$pquery->form_remote_tag(array(’url’=>’index.php?task=ajax’,'update’=>’#idtoupdate’));?>
-
Field : <input type=”text” name=”field” /><br />
-
<input type=”submit” />
-
-
Source: Ajaxian
Original Article: http://ajaxian.com/archives/pquery-php-and-jquery