At the moment, the plugin will store references to required DOM nodes (such as postcode input) at configuration time. https://github.com/ideal-postcodes/jquery.postcodes/blob/master/src/jquery.postcodes.js#L159
This could be problematic if DOM elements are loaded dynamically or after the configuration is invoked.
Look into whether DOM elements should be done dynamically or a dynamic option be provided in the configuration
At the moment, the plugin will store references to required DOM nodes (such as postcode input) at configuration time. https://github.com/ideal-postcodes/jquery.postcodes/blob/master/src/jquery.postcodes.js#L159
This could be problematic if DOM elements are loaded dynamically or after the configuration is invoked.
Look into whether DOM elements should be done dynamically or a dynamic option be provided in the configuration