$('.slider_url_image input').on('click', function() {
$(document).on('click', '.slider_url_image input', function() {
<?php
$html = '';
foreach ($v as $vs) { ?>
<div class="item">
<img src="" title="" alt="" />
</div>
<?php
$html .= '<li data-target="' . $vs . '" data-slide-to="' . $vs['key'] . '"> ' . $vs . ' </li>';
}
?>
<ol class="carousel-indicators">
<?=$html;?>
</ol>