Skip to content

Instantly share code, notes, and snippets.

@JuliaGabellone
Created July 13, 2012 19:51
Show Gist options
  • Save JuliaGabellone/3107004 to your computer and use it in GitHub Desktop.
Save JuliaGabellone/3107004 to your computer and use it in GitHub Desktop.
append($("<div>")
.attr("class", "people-panel-item-table-row-cell")
.append($("<div>")
.attr("class","info-header-name")
.attr("id", "info-header-name-" + item.index)
.html(item.contact.displayName()))
@JuliaGabellone
Copy link
Author

                                              <div id="in-conn-header-info-name" class="info-header-name" ></div>
                                                <div style="display:inline; margin: 0px 0px 0px 6px">  
                                                   <span class="in-network-degree">
                                                    <span>
                                                       <span class="in-network-degree-number"></span>
                                                        <sup>rd</sup>
                                                       </span>
                                                    </span>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment