check if element is last child jquery

JavaScript
$j("#elementToCheck").is(":last-child")
Source

Also in JavaScript: