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 = $.SPAN({id:'one','class':'ps'},'Hello Joe',$.I ({},'!'))
>);
>
>and thus "inline" save references for DOM elements you create?
>
> Andreas
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to