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=$cajax->e('.someclass');
$obj->hide();
$obj->for_all('alert(_elem.innerHTML)');
$cajax->show($obj);
$cajax->effect($obj,'Fade');
$cajax->effect(array('a.special_link','#someid'),'Appear');
$cajax->e(array('.someclass','#someid'))->toggle();


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to