rgrove / jquery-yui3-rosetta-stone

A guide to idioms in YUI 3 and jQuery.
BSD 3-Clause "New" or "Revised" License
65 stars 20 forks source link

Added inserting content after the specified node #33

Closed homeslicesolutions-zz closed 10 years ago

homeslicesolutions-zz commented 10 years ago

Added ".after(), .before(), and replaceWith()" equivalent with YUI node's ".insert( content, 'after')", ".insert( content, 'before')", ".insert( content, 'replaceWith')"

rgrove commented 10 years ago

Thanks!