yii2 agregar codigo javascript jquery en una vista


<?php
use yii\web\View;
$this->registerJs("

$(document).ready(function(){

    $(':checkbox').each(function (index, value){
          var valor = $(this).val();
        if($.isNumeric(valor)){
            //console.log(index);
           var html=$('.dropdown-menu label:eq('+index+')').html();
           html=html+'<img src=http://www.minecraft-servers-list.org/plugins/MinecraftIdList/img/126-2.png>';
            $('.dropdown-menu label:eq('+index+')').html(html);
        }else{
            console.log('NO es numero');
       
        }
 
});

});
", View::POS_READY);

?>

No hay comentarios:

Publicar un comentario

linux ubuntu mint actualizar chrome

 desde una terminal: $ sudo apt update $ sudo apt install google-chrome-stable