I\'m not sure where the problem is...
I have an ajax request that checks the tracking information for a package on a page with a list of packages:
$(
You are calling your ajax request every time you find an element with the class .fedex_status.
Your line
$(".fedex_status").each
is saying do this everytime you find an element with the class .fedex_status.