mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
5 lines
372 B
JavaScript
5 lines
372 B
JavaScript
/*! Parser: image - new 7/17/2014 (v2.17.5) */
|
|
/* alt attribute parser for jQuery 1.7+ & tablesorter 2.7.11+ */
|
|
/*jshint jquery:true, unused:false */
|
|
!function(a){"use strict";a.tablesorter.addParser({id:"image",is:function(){return!1},format:function(b,c,d){return a(d).find("img").attr(c.config.imgAttr||"alt")||b},parsed:!0,// filter widget flag
|
|
type:"text"})}(jQuery); |