If i have elements such as this
If multiple elements will share a certain property, you should assign class to them instead of id. So the resulting jquery code will look something like:
$('.myEle').mouseup();
ID is to be used to uniquely identify elements.