Sha256: 833bf04aec973912aee9ff3b4dfba43b42bbd4b3d7cd9ad3415068ae04d6c2be
Contents?: true
Size: 339 Bytes
Versions: 2
Compression:
Stored size: 339 Bytes
Contents
$("#add_new_tab").bind("click", function(e) { e.preventDefault(); $.get("/scrivito_tabbed_content_widget/add_new_tab?obj=" + $(this).attr("pageid") + "&widget=" + $(this).attr("widgetid"), function(data) { // TBD: do not reload full page, only tabbed content widget and activate newly created tab location.reload(); }); });
Version data entries
2 entries across 2 versions & 1 rubygems