Lines Matching refs:el
1159 $('.section-card-menu').each(function(index, el) { argument
1160 var height = $(el).height();
1161 $(el).css({height:height+'px', position:'relative'});
1162 var $cardInfo = $(el).find('.card-info');
1640 function css(el, prop) { argument
1641 return parseInt($.css(el[0], prop)) || 0;
1643 function width(el) { argument
1644 return el[0].offsetWidth + css(el, 'marginLeft') + css(el, 'marginRight');
1646 function height(el) { argument
1647 return el[0].offsetHeight + css(el, 'marginTop') + css(el, 'marginBottom');
1743 function css(el, prop) { argument
1744 return parseInt($.css(el[0], prop)) || 0;
1746 function width(el) { argument
1747 return el[0].offsetWidth + css(el, 'marginLeft') + css(el, 'marginRight');
1749 function height(el) { argument
1750 return el[0].offsetHeight + css(el, 'marginTop') + css(el, 'marginBottom');