Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jquery.mediaTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ http://www.consulenza-web.com/2012/01/mediatable-jquery-plugin/
}

// Propagate column's properties to each cell.
$('tbody tr',wdg.$table).each(function(){ __trInit.call( this, i, id, classes ); });
wdg.$table.find('> tbody tr').each(function(){ __trInit.call( this, i, id, classes ); });

}; // EndOf: "__thInit()" ###

Expand Down Expand Up @@ -284,7 +284,7 @@ http://www.consulenza-web.com/2012/01/mediatable-jquery-plugin/
}


// Mantengo la possibilit� di concatenare plugins.
// Mantengo la possibilit� di concatenare plugins.
return this;

}; // EndOf: "$.fn.mediaTable()" ###
Expand Down