I can see you are using ".save_me" as the selector but then your link
should have class="save_me", other wise $('.save_me') wont find any
elements.
Try <?php echo $html->link('yourtext', '#', array(..., 'class' =>
'save_me')); ?>
To output the controller/action url you can use <?php echo $html->url
('/controller_name/action_name'); ?>Good luck, hope this helps --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
