I\'m trying to create a cascade dropdown with all dynamic elements.
My Html:
I had the same problem on binding change function for dynamically added content. I solved it using this. Hope it helps someone ^^
$(".select_class").live("change", function(){ console.log("testing..."); });