tablesorter/dist/js/parsers/parser-image.min.js

5 lines
372 B
JavaScript
Raw Normal View History

/*! Parser: image - new 7/17/2014 (v2.17.5) */
2015-10-31 15:08:21 +00:00
/* 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);