Syntax highlighting with Chili
        Posted  
        
            by Nimbuz
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nimbuz
        
        
        
        Published on 2010-04-03T08:37:05Z
        Indexed on 
            2010/04/03
            8:43 UTC
        
        
        Read the original article
        Hit count: 444
        
I want to use jquery Chili plugin for syntax highlighting a piece of code thats generated on the fly, but its not working for the same, because the code is inserted into the #output div on page load.
When I tried chili with static examples, it worked but not on the dynamically generated code. Is there any workaround?
Thanks in advance for your help!
© Stack Overflow or respective owner