component / dom

DOM traversal, manipulation and events aggregate library (like jQuery)
228 stars 49 forks source link

Allow `.html` to receive a List instance #33

Closed cristiandouce closed 11 years ago

cristiandouce commented 11 years ago
vendethiel commented 11 years ago

doc ?

cristiandouce commented 11 years ago

@Nami-Doc I updated Readme.md API docs.

vendethiel commented 11 years ago

Nice :).

cristiandouce commented 11 years ago

I made an update allowing Listinstances to be passed to .html as parameters. Now, also, if the List instance has events attached (lets say, .on('click', ...), they get preserved after it's html is inserted into the first List.

cristiandouce commented 11 years ago

Yup. It makes sense. I'm closing this to start fresh.