biggerlink other links – adding biggerlink

Applying jquery.biggerlink expands the clickable area of the first link to the whole area of it’s parent list item.

By default, when applying the biggerlink behaviour, otherstriggermaster is set to true. This means that clicking the second link in this case would be the same as clicking the first. Setting otherstriggermaster to false, as it is here, ensures clicking the second link does not trigger the click events of the first link. Thereby maintaining the desired behaviour.