Re: delete account

Posted by sharq on
URL: https://support.nabble.com/delete-account-tp4242300p4256200.html

This is how one of e-mail's look:


from Bruce <brucejinmrc@gmail.com>
to "jQuery (English)" <jquery-en@googlegroups.com>
date 5 stycznia 2010 15:43
subject [jQuery] jQuery Equivalent of Prototype Function.bind
Mailing list <jquery-en.googlegroups.com> Filtruj wiadomości z tej listy adresowej
signed by googlegroups.com
cancel subscription <-- this doesn't work
       
ukryj szczegóły 15:43 (2 godz. temu)



Is there a jQuery way of doing this Prototype bind?

var func = myFunction;
setTimeout(func.bind(this), 1000);

Thanks.