e.g.
<table><tr><td onclick='ChgText()'>test</td></tr></table>
now "test" are results from mysql. So i want all those results to load before onclick on the column can be enabled. This is because if i press onclick too quickly, the function doesn't capture certain information.
any help?