Skip to content

Instantly share code, notes, and snippets.

Created June 2, 2016 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/bb5944e14924ee21460afdb632d5926b to your computer and use it in GitHub Desktop.
Save anonymous/bb5944e14924ee21460afdb632d5926b to your computer and use it in GitHub Desktop.
function fileOpen()
{
$file = $("#editFormRefreshBut").val()
$("#editFormText").load($file);
}
//open file
$("#editFormOpenBut").on('click', function(){
fileOpen();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment