<!DOCTYPE html> <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script> <script> $("button").click(function(){ $("#ddiv").trigger("eventAdi", [ { Adi: 'Abdulcabbar', Soyadi :'Kuddüs', Dersleri:['cebir','türkçe','müzik']}, 12, 'bir tane daha' ] ); }); $(document).ready(function () { $("#ddiv").on('eventAdi', { mesaj:"Tetiklediğiniz olay mesajı", eventOncesi:function(){}, eventSonrasi:function(){}, }, calisacakFonksiyon); }); function calisacakFonksiyon(e, a, b, c) { console.log(e); console.log(a); console.log(b); console.log(c); console.log("----------------------"); console.log(arguments); } </script> <meta charset=utf-8 /> </head> <body> <div id="ddiv">aaa</div> <button>düğmee</button> </body> </html>
Aklımda Kalası Kelimeler
* давайте работать вместе
* Zarf ve Mazruf, Zerafet(xHoyratlık) ile aynı kökten(za-ra-fe) gelir
* Bedesten
* Suç subuta ermiştir - Suç sabit olmuştur
24 Haziran 2013 Pazartesi
jQuery events and parameters
Kaydol:
Kayıtlar (Atom)