Good afternoon..
I have multiple inputs with names like "price1","price2" etc. and they added in the document dynamically after a user event.
I want to bind a function to them so everytime a change event occur to each one, i can calculate the new price.
I try to use $("input[name*='price']").each(function(index){}); but I can't to this with live method and combine the change event too.
I'm a bit confused and a nice advice would be really appreciated.
Thanks in advance..