hi...
to make sure whether my javascript gets called I tried this...but still
not working
<div class="record"
onMouseOver= "<?= $ajax->remoteFunction(array(
'update'=>'info',
'url'=>'/authors/view/' .
$authors['id'],
'complete' => 'alert()'));
?> ">
the info div gets updated but alert() is never called ...
I checked errors using firebug...but it is not giving any error
messages
please help me to solve this problem..
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---