Лажа со счетчиком
Привет ВСЕМ!
При подключении следующего кода на странице
<div class="cnt_block">
<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='//www.liveinternet.ru/click' "+
"target=_blank><img src='//counter.yadro.ru/hit?t12.6;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet: показано число просмотров за 24"+
" часа, посетителей за 24 часа и за сегодня' "+
"border='0' width='88' height='31'><\/a>")
//--></script><!--/LiveInternet-->
</div>
Получаем лажу: Перестают открываться диалоговые окна. т.е. $('#dialog').dialog('open') не срабатывает почему? Если закоментить то все ОК. В <head> имеем: <script type="text/javascript" src="js/jquery-1.7.2.js"></script> <script type="text/javascript" src="js/jquery-ui.js"></script> <script type="text/javascript" src="js/jquery.form.js"></script> |
у тебя комментариями <!-- --> синтаксис нарушен.
//--></script><!--/LiveInternet--> - вот эт чо? <!--document.write -или это? |
Цитата:
</script> -закрывающий тег скрипта <!--/LiveInternet--> - HTML-комментарий Цитата:
http://www.w3.org/TR/REC-html40/inte....html#h-18.3.2 : Цитата:
|
| Часовой пояс GMT +3, время: 04:39. |