Re: [jQuery] New plugin: jQuick Tag Creator

2007-02-18 Thread Andreas Wahlin
absolutely, count in another switcher :D is it possible to redefine the $.TAG to something arbitrary, i've used dom.TAG in the past, or is the $. part dependant on the overall jQuery assignment? So jQuery.TAG would work? Andreas On Feb 17, 2007, at 21:27, Benjamin Sterling wrote:

Re: [jQuery] New plugin: jQuick Tag Creator

2007-02-18 Thread Francesco Sullo
If you want, you can add TAG to the tag's string. It works, F Andreas Wahlin ha scritto: absolutely, count in another switcher :D is it possible to redefine the $.TAG to something arbitrary, i've used dom.TAG in the past, or is the $. part dependant on the overall jQuery assignment? So

[jQuery] New plugin: jQuick Tag Creator

2007-02-17 Thread Francesco Sullo
Hi all, I want to announce a new plugin for jQuery. I hope you like it. Cheers, Francesco *** jQuick Tag Creator for jQuery http://jquick.sullof.com *How it works * Suppose you want to obtain the following html code: div class=big span id=one class=psHello Joei!/i/span /div

Re: [jQuery] New plugin: jQuick Tag Creator

2007-02-17 Thread Andreas Wahlin
Is it possible to do things like var storage_for_future; $.DIV({'class':'big'}, storage_for_future =$.SPAN({id:'one','class':'ps'},'Hello Joe',$.I ({},'!')) ); and thus inline save references for DOM elements you create? Andreas On Feb 17, 2007, at 11:42, Francesco Sullo wrote: Hi

Re: [jQuery] New plugin: jQuick Tag Creator

2007-02-17 Thread Benjamin Sterling
I would def find that useful. Is it possible to do things like var storage_for_future; $.DIV({'class':'big'}, storage_for_future =$.SPAN({id:'one','class':'ps'},'Hello Joe',$.I({},'!')) ); -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] New plugin: jQuick Tag Creator

2007-02-17 Thread Francesco Sullo
Yes. Differently from other quick tag generators, jQuick is jQuery specific. This is an advantage because anything you can do with jQuery is possible with jQuick methods. Is it possible to do things like var storage_for_future; $.DIV({'class':'big'}, storage_for_future =

Re: [jQuery] New plugin: jQuick Tag Creator

2007-02-17 Thread Benjamin Sterling
Sweet, I may be switching what I am using now to this plugin. On 2/17/07, Francesco Sullo [EMAIL PROTECTED] wrote: Yes. Differently from other quick tag generators, jQuick is jQuery specific. This is an advantage because anything you can do with jQuery is possible with jQuick methods. Is it