Cant't run jquery from bookmark
Hi, there are several pages in which i run jquery code throught bookmarks, there is no problem doing it on chrome but when i try to do it on firefox it just pop a new bla… (leer más)
Hi, there are several pages in which i run jquery code throught bookmarks, there is no problem doing it on chrome but when i try to do it on firefox it just pop a new blank tab with [object Object]
You can try it for example here https://codepen.io/akerr95/pen/ZGyZmv
and as bookmark url: javascript:$(document).ready(function() { $("[class*='snc-row']").each(function(i){ let ini = $(this).eq(0).children().eq(2).find('select').val('P'); onChangeConformidad(i+1); }); });