
Ziv Bass Specktor
-
Total activity8
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes0
-
Subscriptions3
Comments
Recent activity by Ziv Bass Specktor-
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...
-
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...
-
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 :-)
-
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 = $('....
-
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...