I was able to find a way to get the List Item ID of the list item that I had clickedbyusing a function Marc created called SPGetLastItemId. Thanks Marc!
var listID = $().SPServices.SPGetLastItemId({
listName: "IT Assets",
});