
Ruddy DEROSIERS
-
Atividade total74
-
Última atividade
-
Membro desde
-
Seguindo0 usuário
-
Seguido por0 usuário
-
Votos13
-
Assinaturas26
Comentários
Atividade recente por Ruddy DEROSIERS-
Peter Goddeni think Salvador tried to make a new section but it didn't worked :D
-
John DiGregorio if you want to use this script in V2 API you have to : - insert link to jquery in your document_head - remove first line $(window).on('load...... -> Look at my answer on the other p...
-
John DiGregorio Have you inserted the script in your document.head ? also
-
sorry for the wrong answer, (); are missing behind the hide else { $("#360003482932").hide(); }
-
var i = 0; var checkExist = setInterval(function() { i++; if ($("a.nesty-input").length){ clearInterval(checkExist); $("a.nesty-input").each(function() { $(this).bind( "cli...
-
or perhaps modify your code with something like : if organization.name === "Managers" { form.show } else { form.hide }
-
Damon Maranya can you try tu put your code at the top avec your script.js, like this ?
-
Hello Rocky, You can make something like This : This will insert an image on each agent's comment
-
Hi Damon Maranya, i checked your code and i think i found your error. Try to remove lines 489 and 502 Your code has to start with your var i=xxxxxxx and finish with },100);
-
Hi Damon Maranya, try to replace the line 489 with this : $("360003482932").hide(); instead of $("360003482932").remove();