I am trying to do something so simple and just cant get it.
I have a link... click it and it runs a function in the controller returning
the success/fail message from the controller function into a div (saved or
unable to save please try again) but I am having absolutely no luck with it.
 
Do I use a normal  <?php echo $html->link(__('Save this page!', true), '#',
array('rel' => $note[Post]['key'])); ?>
with
$(".save_me").click(function(){$("#saved").load("??");});
 
For the URL i tried bookmarks/quicksave = Page can not be found
 
Ideas?
 
Dave

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to