Ruby test

Ruby code posted
created at 06 Jan 02:46, updated at 07 Jan 06:35

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
jQuery("#newui_show").html("<%= escape_javascript(render("newui_show_partial")) %>");
jQuery("#click_to_edit_snippet").click(function () { 
  jQuery("#snippet_area, #crud_bar, #tag_list").addClass("hidden");
  jQuery("#edit_snippet_form").removeClass("hidden");
});
jQuery("#cancel_edit").click(function () {
  jQuery("#snippet_area, #crud_bar, #tag_list").removeClass("hidden");
  jQuery("#edit_snippet_form").addClass("hidden");
});
ajaxLinks();
$(".button").button();
480 Bytes in 2 ms with coderay