Changes

Jump to: navigation, search

JQuery HTML Updater

2 bytes removed, 16:21, 6 May 2010
before_update(html, count, target_obj)
The "target_obj" is an HtmlUpdate internal object that's probably not too useful unless you want to look at the source, but can be used for some complex things.
<codepre>
updater.add_section_target({ umlaut_section_id: "highlighted_links", selector: ".sidebar", position: "append", before_update: function(html, count) {
$(html).find(".section_heading h3").hide();
}
});
</codepre>
=== after_update(html, count, target_obj) ===

Navigation menu