mercredi 19 juillet 2017

backpack for laravel can't modify text inside td when ajax is enabled

I 'm using backpack crud for laravel and i'm trying to modify the displayed text inside cells on a list, when ajax is disabled, jquery does its job , but i need ajax enabled for showDetailsRow, so is there any way to change the X on the image for icons using jquery when ajax is enabled on the crud??

jquery :

  $(document).ready(function() {

   $(".parametro tr>td:nth-child(n+4):contains('X')").html('<span class="ion-android-done"></span>');

  });

image



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2uIHu7f
via IFTTT

Aucun commentaire:

Enregistrer un commentaire