static void OnReady() { var tooltips = new jQuery("[title]").tooltip(); new jQuery("<button>") .text("Show help") .button() .click(() => tooltips.tooltip("open")) .insertAfter("form"); }