Jquery Child Element On Change
I am trying, using jquery, to trigger an event when a child element, in this case select, changes. Here is my HTML:
Copy
use .classSelector
instead of an #id
selector.
Also I missed out pointing another one error. That is, select
is not a direct child of .addForm
it is a descendant. Use descendant selector
instead of a child selecor
.
Post a Comment for "Jquery Child Element On Change"