Skip to content

Instantly share code, notes, and snippets.

@reachkamrul
Created September 22, 2020 14:02
Show Gist options
  • Save reachkamrul/55b2fb19f3048d6ffe73eafc3ecf4ad1 to your computer and use it in GitHub Desktop.
Save reachkamrul/55b2fb19f3048d6ffe73eafc3ecf4ad1 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
var myData = jQuery('.foo-table td.from').text();
jQuery('.fluentform input.to').val(myData);
// jQuery('.fluentform input.to').attr('readonly','1');
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment