为LinkedIn Industries选择生成器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了为LinkedIn Industries选择生成器相关的知识,希望对你有一定的参考价值。

You can run this in firebug to get yourself an up to date select with all the Industries listed on this page.

http://developer.linkedin.com/documents/industry-codes
  1. select = jQuery('<select />').attr('id', 'myselect');
  2.  
  3. jQuery('body').append(select);
  4.  
  5. jQuery('.info tbody tr').each(function(index){
  6. option = jQuery('<option />')
  7. .attr('value', jQuery(this).find('td:first').html())
  8. .html(jQuery(this).find('td:last').html());
  9.  
  10. select.append(option);
  11. });

以上是关于为LinkedIn Industries选择生成器的主要内容,如果未能解决你的问题,请参考以下文章

为 Facebook 和 LinkedIn 提供特定值所需的元标记?

如何获得linkedin连接?

从 android 设备生成的 Linkedin 身份验证令牌在 Web 服务器上不起作用

Standard Industries宣布Bob Patel将加入公司并担任W. R. Grace首席执行官

如何使用 Swift 在 iOS 中创建类似于标签栏选择动画的 LinkedIn?

LinkedIn Api v2 - 获取公司帖子