Buscar en Ayuda

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Cant't run jquery from bookmark

  • 1 respuesta
  • 0 tienen este problema
  • 5 visitas
  • Última respuesta de GerardoPcp04

more options

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); }); });

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); }); });

Todas las respuestas (1)

more options

Hola, Como usas Firefox en Español la consulta se deriva al foro en español, aca no tenemos desarrolladores atendiendo el foro, sugiero revisar la documentación de Firefox para saber si el código es compatible con Firefox: Hñhttps://developer.mozilla.org/en-US/docs/Web/JavaScript

También puedes observar si se produce algun error en la consola de Firefox y probar con otros Firefox.


Si el código esta correcto y piensas que es un bug del Firefox puedes abrir un caso en el foro de los desarrolladores: https://bugzilla.mozilla.org/ Saludos