(Finally,) I almost finished writing an album code for my blog. But when I was testing it, the onclick
function of td
tag broke.
<td class="null right" onclick="next();return false;">
/*The next function is to change image to next one*/
I clicked on that td
, the middle image should be changed but it wasn't. Is there something wrong in the code?