With Granite UI, when I handle a client-side js event of type 'foundation-field-change', what should the code look like to adapt the data to the underlying object?
For example, my callback function signature is,
$(document).on('foundation-field-change', function(event) {...}
I want to do some work involving the changed field - how do i get to it/adapt to it? Docs are here foundation-field — Granite UI 1.0 documentation but I need a little more help.
thanks Joe