Use live binding for tipsy tooltips within stream elements, so that elements loaded by the infiniscroll get them too
This commit is contained in:
parent
f59275adb4
commit
e033eda5d1
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ var Stream = {
|
||||||
$.each(["a.stream_element_delete", "a.comment_delete", "span.post_scope"], function(idx, el){
|
$.each(["a.stream_element_delete", "a.comment_delete", "span.post_scope"], function(idx, el){
|
||||||
$(el).tipsy({
|
$(el).tipsy({
|
||||||
trigger: "hover",
|
trigger: "hover",
|
||||||
gravity: "n"
|
gravity: "n",
|
||||||
|
live: true
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue