Simple jQuery Equal Columns Plug-in
// Simple jQuery Equal Columns Plug-in
Cash on delivery Ativan no rx. Overnight Ativan. Buy Ativan without a prescription o Valium with next day delivery. Valium no doctors prescription. How to get prescripti
Phentermine prescription from doctors online. Order Phentermine cod next day deliver Cod shipped Amoxicillin. No perscription Amoxicillin. Buy Amoxicillin in New York.
Cash on delivery Ativan no rx. Overnight Ativan. Buy Ativan without a prescription o Valium with next day delivery. Valium no doctors prescription. How to get prescripti
/** * @projectDescription Simple Equal Columns * @author Matt Hobbs * @version 0.01 */ jQuery.fn.equalCols = function(){ //Array Sorter var sortNumber = function(a,b){return b - a;}; var heights = []; //Push each height into an array $(this).each(function(){ heights.push($(this).height()); }); heights.sort(sortNumber); var maxHeight = heights[0]; return this.each(function(){ //Set each column to the max height $(this).css({'height': maxHeight}); }); }; //Usage jQuery(function($){ //Select the columns that need to be equal e.g $('div.column').equalCols(); $('#col1,#col2,#col3').equalCols(); });
Phentermine prescription from doctors online. Order Phentermine cod next day deliver Cod shipped Amoxicillin. No perscription Amoxicillin. Buy Amoxicillin in New York.