[jQuery] Re: what editor do you use?

2008-02-14 Thread eitanpo
I use Komodo Edit http://www.activestate.com/Products/komodo_edit/, it's the free version of Komodo IDE, and vi on linux On Feb 13, 6:38 pm, Feijó <[EMAIL PROTECTED]> wrote: > I changed my own a few weeks ago, now I'm using Editpad++ > (http://sourceforge.net/projects/notepad-plus/) > its freewa

[jQuery] Re: How to set up a callback on a function I've made?

2008-01-09 Thread eitanpo
Based on your initial code you can do this: function loading(foo) { $("#ajaxContent").slideToggle("normal", function() { $("#ajaxLoader").toggle(); if ($.isFunction(foo)) { foo.call();