Created
November 21, 2015 09:35
-
-
Save e-vural/d21d0b6f16bff38feee2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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