- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
<li style="margin-top: 17px;" class="buy">
<a href="@Model.WebSiteUrl" target="_blank" style="color: #12BBFF; display:block;">
Buy on @Model.WebSiteUrlShort for [email protected]
</a>
<div id="idProductUrls">
@foreach(string url in Model.ProductUrls)
{
<a href="@url" target="_blank" style="color: #12BBFF; display:block;">
</a>
}
</div>
</li>
<script type="text/javascript">
$('#idProductUrls a').each(
function () {
this.innerHTML = get_hostname($(this).attr('href'));
}
);
</script>
Джуниор перенес часть функционала на клиент, а именно текст ссылки создается на клиенте
taburetka 29.04.2013 13:05 # −3
taburetka 29.04.2013 13:06 # −3
guest 30.04.2013 16:33 # +1
absolut 02.05.2013 08:12 # 0