Title / Description
Code 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();
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code