Hello symfony users !! I have a problem with symfony and ajax (i'm using jQuery)
When I click on a button, I send an ajax query that load an other module. The problem is I can't act on these new element with jQuery, for example in this new content (load with Ajax) I can't define a $ ('selector').click() event on this. It's simply don't work I add <?php use_javascript('js file')?> in my module (the one who is loaded bu Ajax), but the js file is not include So I add the js code in the template of my module, but this code doeasn't appear in my firebug console (i'm using firefox) Can you help me ? (Oh, sorry for my technical English. I'm not used to it yet) Thanks for helping ! See ya !! -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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