[jQuery] Update div content after dynamic select creation

2010-02-03 Thread Shinnuz
I'm trying to create a page where onchange of first select it appears a second one (which values, readen from a database, depend on previous choise) and on choise of second select results are show in a div. Here some images: Start: http://img269.imageshack.us/i/senzanomejg.png/

Re: [jQuery] Update div content after dynamic select creation

2010-02-03 Thread Nathan Klatt
On Wed, Feb 3, 2010 at 7:12 AM, Shinnuz theangusyo...@gmail.com wrote: Database works, but if you see div#result doesn't update with prova3... why? where i'm wrong? I do believe your problem is you're creating the nation select AFTER you've set the handler for the select. Move your declaration