[jQuery] load() function fail callback. How?

[jQuery] load() function fail callback. How?

I'm using .load() function to load remote content. Simple like this:
$("#linkProfessional").click(function(){
$("#divProfessional").load("CreateGrid.cfm?t=professional&IDClass=88345-0&IDPEB=061&IDAccount=
5337.333294-6");
...
If IDAccount haves content(resultset) to show, OK. Otherwise I'll like to remove a link(linkProfessional) to call CreateGrid.cfm. What do you suggest?
Cheers
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/