Hi Bill,

I'm still learning lots, and was hoping you could better explain what
was wrong with my solution (as it seems the other solutions are FAR
more complicated.

What I was trying to acheive was to just disable the link for
javascript enabled browser, and keep it enabled for those without
javascript.

As the link is inside the cell, and the javascript action is triggered
on any click within the cell, I believe my recommendation should work
well in all instances.

I believe with .unbind('click'), the click on a link will not be
interpreted at all, and that the JS will always take the action.

I may be misunderstanding what is happening under the covers, but what
I recommend does not unbind after a click, it would unbind the clicks
at load time if I've got it right.

Reply via email to