
Ziv BS
-
Actividad total8
-
Última actividad
-
Miembro desde
-
Siguiendo0 usuarios
-
Lo siguen0 usuarios
-
Votos0
-
Suscripciones3
Resumen de la actividad
Última actividad de Ziv BS-
Ziv BS hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
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...