
Ziv Bass Specktor
-
合計アクティビティ8
-
前回のアクティビティ
-
メンバー登録日
-
フォロー0ユーザー
-
フォロワー0ユーザー
-
投票0
-
サブスクリプション3
アクティビティの概要
Ziv Bass Specktorさんの最近のアクティビティ-
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...
-
Ziv Bass Specktorさんがコメントを作成しました:
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 Bass Specktorさんがコメントを作成しました:
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 Bass Specktorさんがコメントを作成しました:
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 Bass Specktorさんがコメントを作成しました:
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...