set @Name = replace(replace(replace(@Name,char(10),' '),char(13),' '),'@','_');
declare @Name varchar(200) = 'abcdefg';
select @Name = replace(@Name, t.c, t.r)
from (
values ('a','_'),('b','_'),('c','_')
) t(c,r)
print @Name
window.onload = function() {}
, так что ничего не выходит. Повесьте событие через js или напишите window.popupPictureOpen = popupPictureOpen;
.<div class="container" >
<img src="" />
</div>
.container { width: 960px; }
.container img { width: 80%;}
<div class="test">
<div class="test_wrap">
Very long piece of text and other stuff.
</div>
</div>
.test {
width: 200px;
background: #fff;
}
.test_wrap {
width: 80%;
background: #eee;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}