hi all bakers
im buldimg a web application using cakephp 1.19 and i have to use ajax
in this app , so i use this code and i have a problem hope to found
the solution with you PLZ
the error is :- Event.observe is not a function
the code :-
echo $ajax->link('update divs', '/things/view/0',
array('update' => array('dynamic1', 'dynamic2'))
);
echo ' | ';
// use an effect
echo $ajax->link('blinders', '/things/view/1',
array('update' => array('dynamic1', 'dynamic2'),
'loading' => 'Effect.BlindDown(\'dynamic1\')')
)
i have a copy for the prototype JS files and put it the in the right
place SO PLZ HELP ME IN THIS
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---