dynaspan
dynaspan copied to clipboard
Callbacks don't seem to execute with dynaspan_select
Testing callback_with_values with any of "console.log", "console.log()", and "console.log;" raises a console error of "console.log is not a function". Also callback_on_update doesn't seem to do anything.
I have not retested the dynaspan_text_field or dynapsan_text_area to see if these have been affected. Perhaps version 0.1.4 has introduced it with the field_val variable changing beyond the scope it was intended.
Quotes seem to be doubled.
data-ds-callback-on-update=""alert('change')""
The problem is not related to previous update. I've tried chopping ends of the string ""example"" and tried using jQuery.globalEval ... Both attempts have failed.