Nice, I'm not too familiar with 5.4 so the data attributes + dom stuff is all new to me.
NB jquery has built in support for data attributes so $field.attr("data-update-zone", spec.zone) can be written as $field.data("update-zone", spec.zone)
Nice, I'm not too familiar with 5.4 so the data attributes + dom stuff is all new to me.
NB jquery has built in support for data attributes so $field.attr("data-update-zone", spec.zone) can be written as $field.data("update-zone", spec.zone)