A new version of the popular javascript library was recently released
(14th of January) that introduces a particular change to the $
(document).ready function, namely it now MUST be used ONLY after all
css files have been loaded. The default sfCommonFilter class,
responsible for the inclusion of both css and js files includes js
files ahead of css.

Creating a custom common filter is a trivial task. I was wondering
though, is there any particular reason one would want to include js
files before css ? And on another note, shouldn't the default common
filter in symfony be altered to allow js files to be included at the
bottom of the page, a practice I find to be increasingly popular
recently.
--~--~---------~--~----~------------~-------~--~----~
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