Skip to content

Instantly share code, notes, and snippets.

@muzafferkoluman
Created June 30, 2017 15:29
Show Gist options
  • Save muzafferkoluman/22182742f8ca62658b7555dc6e604797 to your computer and use it in GitHub Desktop.
Save muzafferkoluman/22182742f8ca62658b7555dc6e604797 to your computer and use it in GitHub Desktop.
function her seferinde açmak gerek
$(function () {
$("h3#name").hide();
});
$(function () {
$("#button").click(function () {
$("#name").show();
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment