Wpis z mikrobloga

Podziękówka ekipo wykopu za te kilka linijek js.

Jeszcze dołóżcie youtube i kasuję swoją wtyczkę :D

$("p a[href$='.jpg'], p a[href$='.gif'], p a[href$='.png']", "#comments-list-entry li.comment").click(function (k) {

k.preventDefault();

$(this).replaceWith('![](' + $(this).attr()' + $(this).attr("href") + "")

});

$(".img_att img").live("click", function (k) {

k.preventDefault();

$(this).closest("span").replaceWith('' + $(this).attr("src") + "")

})
  • 4