Код: Выделить всё
$(document).ready(function () {
$('a.hide').click(function(e){
e.preventDefault();
if ($(this).parents('.arrears-notification').length) {
$('.arrears-notification').hide();
}
});
});
[img]https://link/to/image1.svg[/img]
[url=#]
[img]https://link/to/image2.svg[/img]
[/url]
. Что здесь не так и как мне отобразить это в моем jsp?
Подробнее здесь: https://stackoverflow.com/questions/797 ... ide-a-tags
Мобильная версия