This is supposed to be my first Jquery code that I am writing. I have used this and many more examples to make the simplest jquery code to display Hello on Button Click(W3Sc
$(document).ready(function () { $("#btn").click(function () { $("#btn").click(function () { $("#Create").show(); }); });