Home
last modified time | relevance | path

Searched refs:td_ind (Results 1 – 1 of 1) sorted by relevance

/plugin/dtable/
H A Dscript.js346 jQuery(this).find("td, th").each(function(td_ind) { argument
347 if (spans[index][td_ind][0] !== 1) {
348 jQuery(this).attr("colspan", spans[index][td_ind][0]);
353 if (spans[index][td_ind][1] !== 1) {
354 jQuery(this).attr("rowspan", spans[index][td_ind][1]);