Lines Matching refs:el
1169 $('.section-card-menu').each(function(index, el) { argument
1170 var height = $(el).height();
1171 $(el).css({height:height+'px', position:'relative'});
1172 var $cardInfo = $(el).find('.card-info');
1650 function css(el, prop) { argument
1651 return parseInt($.css(el[0], prop)) || 0;
1653 function width(el) { argument
1654 return el[0].offsetWidth + css(el, 'marginLeft') + css(el, 'marginRight');
1656 function height(el) { argument
1657 return el[0].offsetHeight + css(el, 'marginTop') + css(el, 'marginBottom');
1753 function css(el, prop) { argument
1754 return parseInt($.css(el[0], prop)) || 0;
1756 function width(el) { argument
1757 return el[0].offsetWidth + css(el, 'marginLeft') + css(el, 'marginRight');
1759 function height(el) { argument
1760 return el[0].offsetHeight + css(el, 'marginTop') + css(el, 'marginBottom');