Hello,

I like to use the jQuery with my own javascript file. I like to use it 
with the sfJqueryPlugin. I putted the jQuery to the settings.yml in 
standard_helpers line.

After in my template I put the next line:
<?php echo javascript_include_tag('emain') ?>

But in the html source my script is previous to the jquery line

<script type="text/javascript" src="/js/emain.js"></script>
<script type="text/javascript" src="/js/jq/jquery.js"></script>

How can I change the order?


-- 
Ámon Tamás
http://linkfelho.amon.hu


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to