diff options
author | Jayaram R Pai | 2014-07-08 17:14:29 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-07-08 17:14:29 +0530 |
commit | 6643c3706c38e2088d61d1135018ff68f8f4abc7 (patch) | |
tree | c1d2719bd5534581397c403018df7f4fb94a4261 | |
parent | c144962e84804639e96baa591d1c1ecb2b034e06 (diff) | |
download | custom-master.tar.gz custom-master.tar.bz2 custom-master.zip |
-rw-r--r-- | custom.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -61,6 +61,8 @@ $([IPython.events]).on('notebook_loaded.Notebook', function(){ href: href, class: "question", target: "_blank", + "data-toggle": "tooltip", + title: "create/view comments for this example" }); $(this).prepend($link); count++; @@ -68,6 +70,8 @@ $([IPython.events]).on('notebook_loaded.Notebook', function(){ return; } }); + /* initializing tooltip */ + $(".question").tooltip(); }); /* hiding running/clusters links */ |