hakanersu
Notlar
Hakkında
GitHub
Twitter
jQuery fonksiyon var mı varsa çalıştır
$.fn.exists = function(func){ if(this.length>0){ func(); } }