did you try listing the arguments array within each detected function ?

On Tue, Dec 23, 2008 at 1:18 PM, Dirceu Barquette
<dirceu.barque...@gmail.com> wrote:
> Thanks.
> You are right!
> But, do you have any suggest?
>
> Thank you!
>
> Dirceu Barquette
>
> 2008/12/23 MorningZ <morni...@gmail.com>
>>
>> Advice:  more specific subject lines than the ultra vague and useless
>> "question" will get you better and faster help
>>
>>
>>
>> On Dec 23, 6:10 am, "Dirceu Barquette" <dirceu.barque...@gmail.com>
>> wrote:
>> > Hi,
>> >
>> > Has anybody a solution?
>> >
>> > showing a few jQuery methods :
>> > var Typeof = {};
>> > for (v in $) {
>> >     Typeof = typeof $[v];
>> >     $('<div><span>'+Typeof+' </span><span> '+v+'
>> > </span></div>').appendTo('body');
>> >
>> > }
>> >
>> > Is it possible showing parameters list for each method above?
>> >
>> > thank you!!!
>> >
>> > Dirceu Barquette
>

Reply via email to