Created
September 22, 2020 14:02
-
-
Save reachkamrul/55b2fb19f3048d6ffe73eafc3ecf4ad1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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