updated a bit, now it has javascript object proxy
http://rossoft.wordpress.com/2006/05/07/cajax-component-v2/
You can do thinks like
$obj=$this->cajax->e('.someclass');
$obj->hide();
$obj->for_all('alert(_elem.innerHTML)');
$this->cajax->show($obj);
$this->cajax->effect($obj,'Fade');
$this->cajax->effect(array('a.special_link','#someid'),'Appear');
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---