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