Re: [jQuery] jQDOM - My entry into the jQuery DOM creation foray

2007-01-29 Thread Andreas Wahlin
I think this is a great plugin and actually something I've wished for in the past, despite jQuerys already present built in functions and another DOM creation library I already use. So to mee, this is good :D andreas ___ jQuery mailing list

Re: [jQuery] jQDOM - My entry into the jQuery DOM creation foray

2007-01-27 Thread Mike Alsup
That would result in adding the following code to the body: div align=right class=my_div http://alterform.com Alterform /div I think DOM tools are great for working with nasty things like tables, but jQuery handles simple insertions quite well on its own. Your example could be written

Re: [jQuery] jQDOM - My entry into the jQuery DOM creation foray

2007-01-27 Thread Mike Alsup
Hi Nate, I just reread my last message and it seems very negative - I didn't mean for it to sound that way. Your plugin is cool and quite tiny! Nice work. Mike ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jQDOM - My entry into the jQuery DOM creation foray

2007-01-27 Thread Nate Cavanaugh
___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- View this message in context: http://www.nabble.com/jQDOM---My-entry-into-the-jQuery-DOM-creation-foray-tf3126694.html#a8667859 Sent from the JQuery mailing list archive at Nabble.com

Re: [jQuery] jQDOM - My entry into the jQuery DOM creation foray

2007-01-27 Thread Mike Alsup
So, for instance, with that link inside that div, sometimes as I create it, I'd like to attach an event to JUST that anchor tag, rather than having to create a custom ID, assign it, then do another jQuery call to bring it up and attach an event. Still doable, but less readable: $('a

Re: [jQuery] jQDOM - My entry into the jQuery DOM creation foray

2007-01-27 Thread Klaus Hartl
Mike Alsup wrote: So, for instance, with that link inside that div, sometimes as I create it, I'd like to attach an event to JUST that anchor tag, rather than having to create a custom ID, assign it, then do another jQuery call to bring it up and attach an event. Still doable, but less

[jQuery] jQDOM - My entry into the jQuery DOM creation foray

2007-01-26 Thread Nate Cavanaugh
into variables for operating on them later, there is a way to do that too with $.dom(); Okay, enough rambling from me. Enjoi...http://www.alterform.com/resources/jqdom -- View this message in context: http://www.nabble.com/jQDOM---My-entry-into-the-jQuery-DOM-creation-foray-tf3126694.html