iamamitnegi

Results 1 comments of iamamitnegi

Here is the solution below we have to allow universal HTML tag elements as blow: Before : jQuery(rows[i]).mousedown(function (ev) { if (ev.target.tagName == "TD") After: jQuery(rows[i]).mousedown(function (ev) { if (ev.target.tagName)...