Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save e-vural/d21d0b6f16bff38feee2 to your computer and use it in GitHub Desktop.
Save e-vural/d21d0b6f16bff38feee2 to your computer and use it in GitHub Desktop.
$(document).ready(my_function); //you have a function its name my_function. You can call this after page load
Or //bir fonsiyonunuz var diyelim adı my_function olsun. sayfa yüklendikten sonra böyle çağırabilirsiniz
$(document).ready(function () {
// Function code here. //buraya isterseniz kodlarınızı yazıp bir fonksiyon oluşturabilirsiniz
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment