I'm looking at this page: http://www.symfony-project.org/book/1_1/11-Ajax-Integration
It says; ------------------------------- All of the helpers described here are available in templates, provided that you declare the use of the Javascript helper group. <?php use_helper('Javascript') ?> ------------------------------- But, I take it, that is only useful for loading the default Prototype effects. I want to use JQuery so as to make use of some of the rich effect widgets that depend upon it. For now, I'm hardcoding the use of JQuery in my main layout.php: <script type="text/javascript" src="/bocahoops/js/jquery/ jquery-1.3.1.js"></script> <script type="text/javascript" src="/bocahoops/js/jquery/jquery-ui- personalized-1.6rc6.js"></script> This will break when we move project from the development server to the live site, since the paths will be different. I'm curious if there is a better way to do this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---