Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
<div title="" class="interestareascategories_chn chzn-container chzn-container-multi">
    <ul id="ul_deptType" class="chzn-choices">
        <li id="li_dept_1" ver="old" class="search-choice"> <span>DEV</span>    <a rel="3" class="search-choice-close" seq="1" href="javascript:void(0)"></a>
        </li>
        <li id="li_dept_2" ver="old" class="search-choice"><span>QA</span>  <a rel="3" class="search-choice-close" seq="2" href="javascript:void(0)"></a>
        </li>
        <li id="selD7J_chzn_c_3" class="search-choice"><span>sag</span>     <a class="search-choice-close" seq="0.19415735425269753" href="javascript:void(0)"></a>
        </li>
        <li class="search-field"><span contenteditable="true" style="width: 25px;"></span>
        </li>
    </ul>
</div>
</body>
</html>
 
var values = $.map($('a[rel]'), function(el){
  return el.getAttribute('seq');
});
console.log(values);
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers