From a shortcut visual composer modal gallery i would like to get an input value from a modal and put it into another one in the same modal. gallery_short_cut
i could not get access to inputs value , i test if the page contains the modal an alert will appear . the problem that inputs are shown in the navigator inspector if modal is opened . is there any way to get the input values.
jQuery(document).ready(function() {
if (jQuery(".wpb_element_wrapper")[0]) {
alert("hello world");
}
});