
Ruddy DEROSIERS
-
Gesamtaktivitäten74
-
Letzte Aktivität
-
Mitglied seit
-
Folge ich0 Benutzer
-
Gefolgt von0 Benutzer
-
Stimmen13
-
Abonnements26
Aktivitätsübersicht
Neueste Aktivität von Ruddy DEROSIERS-
Ruddy DEROSIERS hat einen Kommentar hinterlassen
Peter Goddeni think Salvador tried to make a new section but it didn't worked :D
-
Ruddy DEROSIERS hat einen Kommentar hinterlassen
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...
-
Ruddy DEROSIERS hat einen Kommentar hinterlassen
John DiGregorio Have you inserted the script in your document.head ? also
-
Ruddy DEROSIERS hat einen Kommentar hinterlassen
sorry for the wrong answer, (); are missing behind the hide else { $("#360003482932").hide(); }
-
Ruddy DEROSIERS hat einen Kommentar hinterlassen
var i = 0; var checkExist = setInterval(function() { i++; if ($("a.nesty-input").length){ clearInterval(checkExist); $("a.nesty-input").each(function() { $(this).bind( "cli...
-
Ruddy DEROSIERS hat einen Kommentar hinterlassen
or perhaps modify your code with something like : if organization.name === "Managers" { form.show } else { form.hide }
-
Ruddy DEROSIERS hat einen Kommentar hinterlassen
Damon Maranya can you try tu put your code at the top avec your script.js, like this ?
-
Ruddy DEROSIERS hat einen Kommentar hinterlassen
Hello Rocky, You can make something like This : This will insert an image on each agent's comment
-
Ruddy DEROSIERS hat einen Kommentar hinterlassen
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);
-
Ruddy DEROSIERS hat einen Kommentar hinterlassen
Hi Damon Maranya, try to replace the line 489 with this : $("360003482932").hide(); instead of $("360003482932").remove();