The id gets repeated with multiple products-with-attributes on the same page.

PHP Code:
echo '<ul id="orderAttribsList">'
to

PHP Code:
echo '<ul class="orderAttribsList">'