RyanStanford1
6 years agoQrew Captain
JQuery referencing by FID??
So I saw an example of JS code that Joshua Tate posted... and it included:
$("#_fid_6, #_fid_7, #_fid_14").on("change", function() {....}
Now, I've tried to get this to work... but I'm wondering if this notation no longer works in QB, and if anyone had a more up to date alternative for such functionality.
$("#_fid_6, #_fid_7, #_fid_14").on("change", function() {....}
Now, I've tried to get this to work... but I'm wondering if this notation no longer works in QB, and if anyone had a more up to date alternative for such functionality.