Hello everyone Is there any way to tell Lift if a javascript file (or just <script> tag) is dependent of another one? - this would allow lift to order the <script> tags correctly
Example: The AutcoComplete widget adds the '/classpath/autocomplete/ jquery.autocomplete.js' javascript file to the header - If I want to include a static JS file where I bind some JS functions to the autocomplete text-field I can't select it using it's class as the css selector unless my static file is loaded after the <script> tag - This is because the class is added dynamically when the <script> tag that calls the autocomplete method executes N.B: This is not really a big problem in my case because i can just select the text-field using another css selector, but i could imagine that in larger projects this would be a handy thing to have :) Cheers, Mads Hartmann Jensen
-- You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=en.
