
Ziv BS
-
Gesamtaktivitäten8
-
Letzte Aktivität
-
Mitglied seit
-
Folge ich0 Benutzer
-
Gefolgt von0 Benutzer
-
Stimmen0
-
Abonnements3
Aktivitätsübersicht
Neueste Aktivität von Ziv BS-
Ziv BS hat einen Kommentar hinterlassen
This is a very important feature. Just as an example - our system sends messages to our clients servers, which have to whitelist our IPs so the messages get through. Once in a while we update the I...
-
Ziv BS hat einen Kommentar hinterlassen
Sure, Ashwini. Here it goes: /*** Table of contents code ***/ var $headers = $('.article-body h2'); if ($headers.length > 0) { var $toc = $('<div class="toc">'); var $firstUl = $('<ul>'); var $curr...
-
Ziv BS hat einen Kommentar hinterlassen
Nicolas, thanks again for this code. I made a few small changes and now it works great. If you have anymore such cool snippets to share don't be shy :-)
-
Ziv BS hat einen Kommentar hinterlassen
Nicolas, thanks a lot for your swift answer. I really appreciate it. Yes, I was referring to line 81. The addition of $link makes sense. You run on the headers which you get by: var $headers = $('....
-
Ziv BS hat einen Kommentar hinterlassen
That's a great tip, but it doesn't work :-( First, the ".appendTo($wrapper);" line gives a syntax error. What should be here before the '.appendTo'? Second, the code doesn't seem to be called at al...