$(function () {

 $(document).on("click", ".hihi", function (){ console.log(1); });

})


이렇게 하나


$(document).on("click", ".hihi", function (){ console.log(1); });


이렇게하나 똑같은거 아님??