<script type="text/javascript">
var word = 'problem', index, data = {}, result = [];
// Собираем данные с дата аттрибутов
$('div').each(function(i){
data[$(this).data('index')] = $(this).data('letter')
});
// Цикл по слову
for(index in word)
{
console.log(data[word[index]]);
result.push(data[word[index]]);
}
console.log(result); // profit!
</script>
@font-face {
font-weight: normal;
font-style: normal;
font-family: 'MiriadPro Regular';
src:url('MiriadPro.eot');
src:url('MiriadPro.eot?#iefix') format('embedded-opentype'),
url('MiriadPro.woff') format('woff'),
url('MiriadPro.ttf') format('truetype'),
url('MiriadPro.svg#HeroicCondensedBold') format('svg');
}
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [L,QSA]
$request = urldecode( $_SERVER["REQUEST_URI"] );
<div class="container">
<div class="row">
<div class="post"></div>
<div class="post"></div>
<div class="post"></div>
</div>
<div class="row">
<div class="post"></div>
<div class="post"></div>
<div class="post"></div>
</div>
</div>
name="why" // [] здесь не нужно так как это не чек бокс а radio
$(function(){
var plaing_radio = '<? echo $plaing_radio; ?>',
interval = null;
function show( value )
{
$.ajax({
url: "now_plaing_page.php?p=" + value,
cache: false,
success: function(html)
{
$("#now_plaing").html(html);
}
});
}
function runInterval( value )
{
interval = setInterval(function() { show( value ); }, 10000 );
}
function refreshInterval( value )
{
clearInterval( interval );
runInterval( value ) ;
return false;
}
runInterval( plaing_radio ); // забыл добавить что бы таймер сразу начал отсчет
show( plaing_radio );
});
<a href="http://radio1_url:8000/play" onclick="return refreshInterval( 'play' )" class="track track-default">Radio1</a>
<a href="http://radio2_url:8102/ps_128" onclick="return refreshInterval( 'ps_128' )" class="track">Radio2</a>
<ul>
<li>Item 1</li>
<li>Item 2</li>
</ul>
ul { font-size: 0; }
ul li { font-size: 10px; display: inline-block; } // фикс для ie 6 и 7 надо zoom: 1; display: inline;