Have a row that when clicked runs a jQuery function. On occasion a cell may have a link. What I would like is for the jQuery function to know if the user clicked the cell with a link or anyplace else in the row. If the user clicked the link the function would not run it's AJAX stuff and anywhere else the AJAX stuff would run.
Is this possible? If so how is it done? Alternatively, I could code each cell with either the jQuery function or a link. This would mean a lot more code and make the html much less readable.